From a43aeff3fca68ef6e31fdf94eb08137888ac01e0 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sat, 30 Jun 2018 12:06:17 +0900 Subject: [PATCH] 4.26.0 release --- 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 5d721e907..6996c042e 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.26.0-SNAPSHOT" +val GitBucketVersion = "4.26.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 33b19f422..99b0c6e73 100644 --- a/src/main/scala/gitbucket/core/GitBucketCoreModule.scala +++ b/src/main/scala/gitbucket/core/GitBucketCoreModule.scala @@ -54,5 +54,6 @@ object GitBucketCoreModule new Version("4.23.1"), new Version("4.24.0", new LiquibaseMigration("update/gitbucket-core_4.24.xml")), new Version("4.24.1"), - new Version("4.25.0", new LiquibaseMigration("update/gitbucket-core_4.25.xml")) + new Version("4.25.0", new LiquibaseMigration("update/gitbucket-core_4.25.xml")), + new Version("4.26.0") )