From 8a11f85dd1d8898d5be19ee2c0c5b60b57e0b9a4 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sun, 3 Jul 2016 00:46:54 +0900 Subject: [PATCH] 4.2.1 release --- build.sbt | 2 +- src/main/scala/gitbucket/core/GitBucketCoreModule.scala | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 0de675a8e..878b75f91 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ val Organization = "gitbucket" val Name = "gitbucket" -val GitBucketVersion = "4.2.0" +val GitBucketVersion = "4.2.1" val ScalatraVersion = "2.4.1" val JettyVersion = "9.3.9.v20160517" diff --git a/src/main/scala/gitbucket/core/GitBucketCoreModule.scala b/src/main/scala/gitbucket/core/GitBucketCoreModule.scala index 834cffea5..da86472ba 100644 --- a/src/main/scala/gitbucket/core/GitBucketCoreModule.scala +++ b/src/main/scala/gitbucket/core/GitBucketCoreModule.scala @@ -11,5 +11,6 @@ object GitBucketCoreModule extends Module("gitbucket-core", new Version("4.1.0"), new Version("4.2.0", new LiquibaseMigration("update/gitbucket-core_4.2.xml") - ) + ), + new Version("4.2.1") )