diff --git a/site.mk b/site.mk
index e67294ab01ac1858523ad493e31bf293c2e4b354..a893780c115ad783bdba7347a79a21a15985a5d2 100644
--- a/site.mk
+++ b/site.mk
@@ -45,8 +45,8 @@ GLUON_SITE_PACKAGES += \
 
 # Always call `make` from the command line with the desired release version!
 # otherwise this is generated:
-#DEFAULT_GLUON_RELEASE := 2017.1.3~exp$(shell date '+%y%m%d%H%M')
-DEFAULT_GLUON_RELEASE := 2017.1.3~exp
+#DEFAULT_GLUON_RELEASE := 2017.1.4~exp$(shell date '+%y%m%d%H%M')
+DEFAULT_GLUON_RELEASE := 2017.1.4
 
 # Allow overriding the release number from the command line
 GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)