diff --git a/src/main/scala/servlet/AutoUpdateListener.scala b/src/main/scala/servlet/AutoUpdateListener.scala index 05dc0ee..801ff68 100644 --- a/src/main/scala/servlet/AutoUpdateListener.scala +++ b/src/main/scala/servlet/AutoUpdateListener.scala @@ -51,7 +51,7 @@ * The history of versions. A head of this sequence is the current BitBucket version. */ val versions = Seq( - new Version(1, 14){ + new Version(2, 0){ override def update(conn: Connection): Unit = { import eu.medsea.mimeutil.{MimeUtil2, MimeType}