Bump to 4.12.0

This commit is contained in:
Naoki Takezoe
2017-04-23 23:32:12 +09:00
parent 83e619ecd4
commit 6128258cfb
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.11.0"
val GitBucketVersion = "4.12.0"
val ScalatraVersion = "2.5.0"
val JettyVersion = "9.3.9.v20160517"

View File

@@ -31,5 +31,6 @@ object GitBucketCoreModule extends Module("gitbucket-core",
new Version("4.10.0"),
new Version("4.11.0",
new LiquibaseMigration("update/gitbucket-core_4.11.xml")
)
),
new Version("4.12.0")
)