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 e782b35297..45b0a71311 100755
--- a/package.sh
+++ b/package.sh
@@ -22,7 +22,7 @@ export BUILD_NAME=14.09
TARGET_DIR=Cura-${BUILD_NAME}-${BUILD_TARGET}
##Revision
-export REVISION=1.17
+export REVISION=1.18
##Git commit
GIT_HASH=$(git rev-parse --short=4 HEAD)