From 90fb827f6df27b0fe758e6623f2e708f518dd74d Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Wed, 1 Jan 2014 14:06:01 +0200 Subject: [PATCH] Quote version otherwise build fails with SyntaxError --- config/projects/gitlab.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/projects/gitlab.rb b/config/projects/gitlab.rb index ed335eb..913e98b 100644 --- a/config/projects/gitlab.rb +++ b/config/projects/gitlab.rb @@ -22,7 +22,7 @@ homepage "http://www.gitlab.com/" replaces "gitlab" install_path "/opt/gitlab" -build_version 6.3.0 +build_version '6.4.0' build_iteration 1 # creates required build directories -- libgit2 0.21.2