Bump to 4.20.0

This commit is contained in:
Naoki Takezoe
2017-12-21 15:22:07 +09:00
parent d1c77de5a0
commit 992eb0ceda
2 changed files with 3 additions and 2 deletions

View File

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

View File

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