Update version number to 4.13.0

This commit is contained in:
Naoki Takezoe
2017-05-27 10:45:57 +09:00
parent cf763993cf
commit 80834220b3
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.12.1"
val GitBucketVersion = "4.13.0"
val ScalatraVersion = "2.5.0"
val JettyVersion = "9.3.19.v20170502"

View File

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