From 014bdb9d5c7cc60d483eafc8c60894d104e3fe5b Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Thu, 4 May 2017 10:29:48 +0900 Subject: [PATCH] Bump to 4.12.1 --- 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 5333c2910..f90d9cfe4 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ val Organization = "io.github.gitbucket" val Name = "gitbucket" -val GitBucketVersion = "4.12.0" +val GitBucketVersion = "4.12.1" val ScalatraVersion = "2.5.0" 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 b33a90941..46fef2ee3 100644 --- a/src/main/scala/gitbucket/core/GitBucketCoreModule.scala +++ b/src/main/scala/gitbucket/core/GitBucketCoreModule.scala @@ -32,5 +32,6 @@ object GitBucketCoreModule extends Module("gitbucket-core", new Version("4.11.0", new LiquibaseMigration("update/gitbucket-core_4.11.xml") ), - new Version("4.12.0") + new Version("4.12.0"), + new Version("4.12.1") )