From 8d2d3571b877851ae92c65c8e6ae7789b5037074 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Tue, 10 Oct 2017 14:31:31 +0900 Subject: [PATCH] Update version to 4.18.0 --- build.sbt | 2 +- src/main/scala/gitbucket/core/GitBucketCoreModule.scala | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 377083cee..5e1c85fab 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import com.typesafe.sbt.license.{LicenseInfo, DepModuleInfo} val Organization = "io.github.gitbucket" val Name = "gitbucket" -val GitBucketVersion = "4.17.0" +val GitBucketVersion = "4.18.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 029e3b903..94a352dc7 100644 --- a/src/main/scala/gitbucket/core/GitBucketCoreModule.scala +++ b/src/main/scala/gitbucket/core/GitBucketCoreModule.scala @@ -42,5 +42,6 @@ object GitBucketCoreModule extends Module("gitbucket-core", new Version("4.14.1"), new Version("4.15.0"), new Version("4.16.0"), - new Version("4.17.0") + new Version("4.17.0"), + new Version("4.18.0") )