bump version numbers to gluon v2018.1.4

This commit is contained in:
Daniel Frank 2018-12-21 20:26:32 +01:00
commit ee87b58bb4
Signed by: tokudan
GPG key ID: 063CCCAD04182D32
2 changed files with 2 additions and 1 deletions

View file

@ -1,7 +1,7 @@
<%
gluon_branch = "stable"
#gluon_branch = "experimental"
gluon_release = "v2018.1.3.0"
gluon_release = "v2018.1.4.0"
# Add the +exp and current date if this is an experimental release
gluon_release += "~exp" + Time.new.strftime("%Y%m%d") if gluon_branch == "experimental"