diff --git a/build.sbt b/build.sbt index 3c91438..47a87c7 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ val Organization = "io.github.gitbucket" val Name = "gitbucket" -val GitBucketVersion = "4.16.0-SNAPSHOT" +val GitBucketVersion = "4.16.0" val ScalatraVersion = "2.5.0" val JettyVersion = "9.3.19.v20170502" diff --git a/src/main/scala/gitbucket/core/GitBucketCoreModule.scala b/src/main/scala/gitbucket/core/GitBucketCoreModule.scala index 9f933c2..6db2af3 100644 --- a/src/main/scala/gitbucket/core/GitBucketCoreModule.scala +++ b/src/main/scala/gitbucket/core/GitBucketCoreModule.scala @@ -40,5 +40,6 @@ new SqlMigration("update/gitbucket-core_4.14.sql") ), new Version("4.14.1"), - new Version("4.15.0") + new Version("4.15.0"), + new Version("4.16.0") )