diff --git a/build.sbt b/build.sbt index 05e4463d7..1f08c6eae 100644 --- a/build.sbt +++ b/build.sbt @@ -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" diff --git a/src/main/scala/gitbucket/core/GitBucketCoreModule.scala b/src/main/scala/gitbucket/core/GitBucketCoreModule.scala index 1e60a72ea..327b53e56 100644 --- a/src/main/scala/gitbucket/core/GitBucketCoreModule.scala +++ b/src/main/scala/gitbucket/core/GitBucketCoreModule.scala @@ -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") )