diff --git a/hugo.sh b/hugo.sh index 31d9110..c32e56e 100755 --- a/hugo.sh +++ b/hugo.sh @@ -1,5 +1,5 @@ #!/bin/bash -VERSION="v0.125.0" +VERSION="v0.125.1" if [ -n "$1" ];then VERSION=$1 diff --git a/protoc.sh b/protoc.sh index 5ea1523..48b6ffe 100755 --- a/protoc.sh +++ b/protoc.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="v26.1" +VERSION="v27.0-rc1" if [ -n "$1" ];then VERSION=$1