Update version to 3.11.0-SNAPSHOT

This commit is contained in:
Naoki Takezoe
2016-01-01 15:12:06 +09:00
parent 7500d017d5
commit 162e9a9feb

View File

@@ -9,7 +9,7 @@ import JettyPlugin.autoImport._
object MyBuild extends Build {
val Organization = "gitbucket"
val Name = "gitbucket"
val Version = "3.10.0"
val Version = "3.11.0-SNAPSHOT"
val ScalaVersion = "2.11.6"
val ScalatraVersion = "2.4.0"