Update version to 3.6.0

This commit is contained in:
Naoki Takezoe
2015-08-23 15:42:52 +09:00
parent 22af94d36a
commit e5f3dfe293
2 changed files with 2 additions and 1 deletions

View File

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

View File

@@ -21,6 +21,7 @@ object AutoUpdate {
* The history of versions. A head of this sequence is the current BitBucket version.
*/
val versions = Seq(
new Version(3, 6),
new Version(3, 5),
new Version(3, 4),
new Version(3, 3),