Update version number to 2.2

This commit is contained in:
Naoki Takezoe
2014-08-03 19:19:15 +09:00
parent 20aabfc273
commit f88ce3f671

View File

@@ -52,6 +52,7 @@ object AutoUpdate {
* The history of versions. A head of this sequence is the current BitBucket version. * The history of versions. A head of this sequence is the current BitBucket version.
*/ */
val versions = Seq( val versions = Seq(
new Version(2, 2),
new Version(2, 1), new Version(2, 1),
new Version(2, 0){ new Version(2, 0){
override def update(conn: Connection): Unit = { override def update(conn: Connection): Unit = {