Jelajahi Sumber

scripts/genproto: require protoc 3.5.1

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 8 tahun lalu
induk
melakukan
7800fd9fff
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      scripts/genproto.sh

+ 2 - 2
scripts/genproto.sh

@@ -10,8 +10,8 @@ if ! [[ "$0" =~ scripts/genproto.sh ]]; then
 	exit 255
 fi
 
-if [[ $(protoc --version | cut -f2 -d' ') != "3.5.0" ]]; then
-	echo "could not find protoc 3.5.0, is it installed + in PATH?"
+if [[ $(protoc --version | cut -f2 -d' ') != "3.5.1" ]]; then
+	echo "could not find protoc 3.5.1, is it installed + in PATH?"
 	exit 255
 fi