Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/org.eclipse.sirius.releng/publish-nightly.sh')
-rwxr-xr-xreleng/org.eclipse.sirius.releng/publish-nightly.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.sirius.releng/publish-nightly.sh b/releng/org.eclipse.sirius.releng/publish-nightly.sh
index 03f7ff42ea..b60259800f 100755
--- a/releng/org.eclipse.sirius.releng/publish-nightly.sh
+++ b/releng/org.eclipse.sirius.releng/publish-nightly.sh
@@ -32,7 +32,7 @@ provided by the Hudson build.
set -e
# The full version (should be taken as an argument)
-export VERSION="6.3.2"
+export VERSION="6.4.0"
# The type of build being published
export BUILD_TYPE="nightly"

Back to the top