Release 4.16.0

This commit is contained in:
Naoki Takezoe
2017-09-02 01:30:06 +09:00
parent 125040f90b
commit cc975f8ffa
2 changed files with 3 additions and 2 deletions

View File

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

View File

@@ -40,5 +40,6 @@ object GitBucketCoreModule extends Module("gitbucket-core",
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")
)