(refs #114)Add logical remove flag to ACCOUNT.

This commit is contained in:
takezoe
2013-11-01 03:38:33 +09:00
parent c7eaebf597
commit 4f10bccf84
3 changed files with 8 additions and 7 deletions

View File

@@ -50,6 +50,7 @@ object AutoUpdate {
* The history of versions. A head of this sequence is the current BitBucket version.
*/
val versions = Seq(
Version(1, 8),
Version(1, 7),
Version(1, 6),
Version(1, 5),
@@ -101,11 +102,8 @@ object AutoUpdate {
}
case _ => Version(0, 0)
}
} else {
Version(0, 0)
}
}
} else Version(0, 0)
}
}