diff --git a/build.sbt b/build.sbt index dd806a6..ea471af 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ val Organization = "io.github.gitbucket" val Name = "gitbucket" -val GitBucketVersion = "4.17.0-SNAPSHOT" +val GitBucketVersion = "4.17.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 6db2af3..029e3b9 100644 --- a/src/main/scala/gitbucket/core/GitBucketCoreModule.scala +++ b/src/main/scala/gitbucket/core/GitBucketCoreModule.scala @@ -41,5 +41,6 @@ ), new Version("4.14.1"), new Version("4.15.0"), - new Version("4.16.0") + new Version("4.16.0"), + new Version("4.17.0") )