Bump to 4.19.3

This commit is contained in:
Naoki Takezoe
2017-12-21 15:21:07 +09:00
parent 3f8069638c
commit d1c77de5a0
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 Organization = "io.github.gitbucket"
val Name = "gitbucket" val Name = "gitbucket"
val GitBucketVersion = "4.19.2" val GitBucketVersion = "4.19.3"
val ScalatraVersion = "2.6.1" val ScalatraVersion = "2.6.1"
val JettyVersion = "9.4.7.v20170914" val JettyVersion = "9.4.7.v20170914"

View File

@@ -46,5 +46,6 @@ object GitBucketCoreModule extends Module("gitbucket-core",
new Version("4.18.0"), new Version("4.18.0"),
new Version("4.19.0"), new Version("4.19.0"),
new Version("4.19.1"), new Version("4.19.1"),
new Version("4.19.2") new Version("4.19.2"),
new Version("4.19.3")
) )