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") )