Commit 22973a5318fd0042210f9c031c5181d56ecd473b

Authored by Jacob Vosmaer
1 parent a46ed95d

Do not pin the build_version

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.4.0'
  25 +build_version Omnibus::BuildVersion.new.semver
26 26 build_iteration 1
27 27  
28 28 # creates required build directories
... ...