Update version number to 3.10.1

This commit is contained in:
Naoki Takezoe
2016-01-01 14:28:42 +09:00
parent 8e8468b5b1
commit 2a78245d35

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.10.1"
val ScalaVersion = "2.11.6"
val ScalatraVersion = "2.3.1"