4.2.1 release

This commit is contained in:
Naoki Takezoe
2016-07-03 00:46:54 +09:00
parent b09c72b106
commit 8a11f85dd1
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
val Organization = "gitbucket"
val Name = "gitbucket"
val GitBucketVersion = "4.2.0"
val GitBucketVersion = "4.2.1"
val ScalatraVersion = "2.4.1"
val JettyVersion = "9.3.9.v20160517"

View File

@@ -11,5 +11,6 @@ object GitBucketCoreModule extends Module("gitbucket-core",
new Version("4.1.0"),
new Version("4.2.0",
new LiquibaseMigration("update/gitbucket-core_4.2.xml")
)
),
new Version("4.2.1")
)