From c4bea091fe8680d3c6fbbf27e4ae2e1f93ee16b5 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Wed, 29 Nov 2017 03:13:21 +0900 Subject: [PATCH] Update version to 4.19.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 9d30c5608..3242fbd68 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import com.typesafe.sbt.pgp.PgpKeys._ val Organization = "io.github.gitbucket" val Name = "gitbucket" -val GitBucketVersion = "4.19.0-SNAPSHOT" +val GitBucketVersion = "4.19.0" val ScalatraVersion = "2.6.1" val JettyVersion = "9.4.7.v20170914" diff --git a/src/main/scala/gitbucket/core/GitBucketCoreModule.scala b/src/main/scala/gitbucket/core/GitBucketCoreModule.scala index 94a352dc7..46358b5ea 100644 --- a/src/main/scala/gitbucket/core/GitBucketCoreModule.scala +++ b/src/main/scala/gitbucket/core/GitBucketCoreModule.scala @@ -43,5 +43,6 @@ object GitBucketCoreModule extends Module("gitbucket-core", new Version("4.15.0"), new Version("4.16.0"), new Version("4.17.0"), - new Version("4.18.0") + new Version("4.18.0"), + new Version("4.19.0") )