Update version to 4.26.0-SNAPSHOT

This commit is contained in:
Naoki Takezoe
2018-06-29 17:47:43 +09:00
parent 809361d2e1
commit 3de7a3b525

View File

@@ -3,7 +3,7 @@ import com.typesafe.sbt.pgp.PgpKeys._
val Organization = "io.github.gitbucket"
val Name = "gitbucket"
val GitBucketVersion = "4.25.0"
val GitBucketVersion = "4.26.0-SNAPSHOT"
val ScalatraVersion = "2.6.1"
val JettyVersion = "9.4.7.v20170914"