Add Version 3.0 to versions

This commit is contained in:
Naoki Takezoe
2015-03-03 14:05:13 +09:00
parent a03b9584ee
commit a7f69f8138

View File

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