mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-01 19:15:59 +01:00
Update version to 4.19.0
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user