Explorar el Código

scripts/genproto: bump up protoc 3.7.1

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Gyuho Lee hace 6 años
padre
commit
c8ffa36d9e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      scripts/genproto.sh

+ 2 - 2
scripts/genproto.sh

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