mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-01-05 23:30:02 +01:00
Bump to 4.29.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.28.0"
|
||||
val GitBucketVersion = "4.29.0"
|
||||
val ScalatraVersion = "2.6.3"
|
||||
val JettyVersion = "9.4.11.v20180605"
|
||||
val JgitVersion = "5.1.1.201809181055-r"
|
||||
|
||||
@@ -57,5 +57,6 @@ object GitBucketCoreModule
|
||||
new Version("4.25.0", new LiquibaseMigration("update/gitbucket-core_4.25.xml")),
|
||||
new Version("4.26.0"),
|
||||
new Version("4.27.0", new LiquibaseMigration("update/gitbucket-core_4.27.xml")),
|
||||
new Version("4.28.0")
|
||||
new Version("4.28.0"),
|
||||
new Version("4.29.0")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user