From e6a215a9c326609f1b7144fc0b889f2ae3f13562 Mon Sep 17 00:00:00 2001 From: Mike Slinn Date: Sun, 2 Aug 2015 08:47:47 -0700 Subject: [PATCH] Updated to GitBucket 3.5 --- contrib/gitbucket.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/gitbucket.conf b/contrib/gitbucket.conf index ead333196..b500d3901 100644 --- a/contrib/gitbucket.conf +++ b/contrib/gitbucket.conf @@ -44,7 +44,7 @@ GITBUCKET_WAR_DIR=$GITBUCKET_DIR/lib GITBUCKET_WAR_FILE=$GITBUCKET_WAR_DIR/gitbucket.war # GitBucket version to fetch when installing -GITBUCKET_VERSION=2.1 +GITBUCKET_VERSION=3.5 # # End of configuration section. Ignore this part