diff --git a/build.sbt b/build.sbt index d9e56ce..00ffd44 100644 --- a/build.sbt +++ b/build.sbt @@ -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" diff --git a/src/main/scala/gitbucket/core/GitBucketCoreModule.scala b/src/main/scala/gitbucket/core/GitBucketCoreModule.scala index 46fef2e..33adca1 100644 --- a/src/main/scala/gitbucket/core/GitBucketCoreModule.scala +++ b/src/main/scala/gitbucket/core/GitBucketCoreModule.scala @@ -33,5 +33,6 @@ 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") )