mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-03-16 09:10:30 +01:00
Bump to 4.12.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
val Organization = "io.github.gitbucket"
|
||||
val Name = "gitbucket"
|
||||
val GitBucketVersion = "4.12.0"
|
||||
val GitBucketVersion = "4.12.1"
|
||||
val ScalatraVersion = "2.5.0"
|
||||
val JettyVersion = "9.3.9.v20160517"
|
||||
|
||||
|
||||
@@ -32,5 +32,6 @@ object GitBucketCoreModule extends Module("gitbucket-core",
|
||||
new Version("4.11.0",
|
||||
new LiquibaseMigration("update/gitbucket-core_4.11.xml")
|
||||
),
|
||||
new Version("4.12.0")
|
||||
new Version("4.12.0"),
|
||||
new Version("4.12.1")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user