Update version to 4.19.0

This commit is contained in:
Naoki Takezoe
2017-11-29 03:13:21 +09:00
parent 2b383d79f1
commit c4bea091fe
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.0-SNAPSHOT"
val GitBucketVersion = "4.19.0"
val ScalatraVersion = "2.6.1"
val JettyVersion = "9.4.7.v20170914"

View File

@@ -43,5 +43,6 @@ object GitBucketCoreModule extends Module("gitbucket-core",
new Version("4.15.0"),
new Version("4.16.0"),
new Version("4.17.0"),
new Version("4.18.0")
new Version("4.18.0"),
new Version("4.19.0")
)