From d1c77de5a033103da80b96347542bb6ee5cc9a30 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Thu, 21 Dec 2017 15:21:07 +0900 Subject: [PATCH] Bump to 4.19.3 --- 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 c60c8e24d..8a4284542 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.2" +val GitBucketVersion = "4.19.3" 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 df79062d4..e794acddc 100644 --- a/src/main/scala/gitbucket/core/GitBucketCoreModule.scala +++ b/src/main/scala/gitbucket/core/GitBucketCoreModule.scala @@ -46,5 +46,6 @@ object GitBucketCoreModule extends Module("gitbucket-core", new Version("4.18.0"), new Version("4.19.0"), new Version("4.19.1"), - new Version("4.19.2") + new Version("4.19.2"), + new Version("4.19.3") )