mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-01-02 13:49:59 +01:00
Release 4.16.0
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user