diff --git a/core/tools/linux2rest/bootstrap.sh b/core/tools/linux2rest/bootstrap.sh index 662dcc3e4e..2a6f0258a5 100755 --- a/core/tools/linux2rest/bootstrap.sh +++ b/core/tools/linux2rest/bootstrap.sh @@ -3,7 +3,7 @@ # Exit immediately if a command exits with a non-zero status set -e -VERSION="v0.6.4" +VERSION="v0.6.5" REPOSITORY_ORG="patrickelectric" REPOSITORY_NAME="linux2rest" PROJECT_NAME="$REPOSITORY_NAME"