Bump to 4.29.0

This commit is contained in:
Naoki Takezoe
2018-09-29 12:19:26 +09:00
parent b1d46ce2e5
commit 7cd47a714b
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.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"

View File

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