Add Version 2.4

This commit is contained in:
Naoki Takezoe
2014-10-06 01:05:40 +09:00
parent 7b02946496
commit 043fc21e05

View File

@@ -53,6 +53,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, 4),
new Version(2, 3) { new Version(2, 3) {
override def update(conn: Connection): Unit = { override def update(conn: Connection): Unit = {
super.update(conn) super.update(conn)