Add version 2.5

This commit is contained in:
Naoki Takezoe
2014-11-03 05:46:32 +09:00
parent f59e86f5ca
commit 78f4d26aa0

View File

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