Commit 90fb827f6df27b0fe758e6623f2e708f518dd74d

Authored by Achilleas Pipinellis
1 parent 3f65e4d7

Quote version otherwise build fails with SyntaxError

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/projects/gitlab.rb
... ... @@ -22,7 +22,7 @@ homepage "http://www.gitlab.com/"
22 22  
23 23 replaces "gitlab"
24 24 install_path "/opt/gitlab"
25   -build_version 6.3.0
  25 +build_version '6.4.0'
26 26 build_iteration 1
27 27  
28 28 # creates required build directories
... ...