Update version to 4.18.0

This commit is contained in:
Naoki Takezoe
2017-10-10 14:31:31 +09:00
parent d2ac5aa0bf
commit 8d2d3571b8
2 changed files with 3 additions and 2 deletions

View File

@@ -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"

View File

@@ -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")
)