diff --git a/core/tools/linux2rest/bootstrap.sh b/core/tools/linux2rest/bootstrap.sh index a6cd9ffb25..8ec875b24e 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.9.4" +VERSION="v0.9.5" REPOSITORY_ORG="patrickelectric" REPOSITORY_NAME="linux2rest" PROJECT_NAME="$REPOSITORY_NAME"