Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.sh')
-rwxr-xr-xpackage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.sh b/package.sh
index c182a7b87f..fb5b7df5ef 100755
--- a/package.sh
+++ b/package.sh
@@ -27,7 +27,7 @@ export BUILD_NAME=15.02.1
TARGET_DIR=Cura-${BUILD_NAME}-${BUILD_TARGET}
##Revision
-export REVISION=1.00
+export REVISION=1.01
##Git commit
GIT_HASH=$(git rev-parse --short=4 HEAD)