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,13 +5,13 @@ homepage "http://gitlab.org"
5 5
6 replaces "gitlab" 6 replaces "gitlab"
7 install_path "/opt/gitlab" 7 install_path "/opt/gitlab"
8 -build_version Omnibus::BuildVersion.new.semver 8 +build_version 6.3.0
9 build_iteration 1 9 build_iteration 1
10 10
11 # creates required build directories 11 # creates required build directories
12 dependency "preparation" 12 dependency "preparation"
13 13
14 -# gitlab dependencies/components 14 +# GitLab dependencies/components
15 dependency "gitlab" 15 dependency "gitlab"
16 16
17 # version manifest file 17 # version manifest file