Commit 99610e14e28a5999c1d778d03d73fbbdcace943f

Authored by Achilleas Pipinellis
1 parent 57da97f3

Match version with current stable (6.3)

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
config/projects/gitlab.rb
... ... @@ -5,13 +5,13 @@ homepage "http://gitlab.org"
5 5  
6 6 replaces "gitlab"
7 7 install_path "/opt/gitlab"
8   -build_version Omnibus::BuildVersion.new.semver
  8 +build_version 6.3.0
9 9 build_iteration 1
10 10  
11 11 # creates required build directories
12 12 dependency "preparation"
13 13  
14   -# gitlab dependencies/components
  14 +# GitLab dependencies/components
15 15 dependency "gitlab"
16 16  
17 17 # version manifest file
... ...