Update version number to 3.1.1

This commit is contained in:
Naoki Takezoe
2015-04-02 11:10:29 +09:00
parent 8f64f174d9
commit f9e4cddcaf
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ import sbtassembly.AssemblyKeys._
object MyBuild extends Build {
val Organization = "gitbucket"
val Name = "gitbucket"
val Version = "3.1.0"
val Version = "3.1.1"
val ScalaVersion = "2.11.6"
val ScalatraVersion = "2.3.1"