From 992eb0ceda07bc6c7d3506321c53bf70e445fde4 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Thu, 21 Dec 2017 15:22:07 +0900 Subject: [PATCH] Bump to 4.20.0 --- 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 8a4284542..34b5f6226 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import com.typesafe.sbt.pgp.PgpKeys._ val Organization = "io.github.gitbucket" val Name = "gitbucket" -val GitBucketVersion = "4.19.3" +val GitBucketVersion = "4.20.0" val ScalatraVersion = "2.6.1" val JettyVersion = "9.4.7.v20170914" diff --git a/src/main/scala/gitbucket/core/GitBucketCoreModule.scala b/src/main/scala/gitbucket/core/GitBucketCoreModule.scala index e794acddc..b61153a4d 100644 --- a/src/main/scala/gitbucket/core/GitBucketCoreModule.scala +++ b/src/main/scala/gitbucket/core/GitBucketCoreModule.scala @@ -47,5 +47,6 @@ object GitBucketCoreModule extends Module("gitbucket-core", new Version("4.19.0"), new Version("4.19.1"), new Version("4.19.2"), - new Version("4.19.3") + new Version("4.19.3"), + new Version("4.20.0") )