Update version to 3.12

This commit is contained in:
Naoki Takezoe
2016-02-20 23:02:00 +09:00
parent b52e904ed1
commit aa0bd5b34a
2 changed files with 2 additions and 1 deletions

View File

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