Update version number to 2.0.

This commit is contained in:
Naoki Takezoe
2014-05-31 10:38:31 +09:00
parent 1e8224536b
commit db5395ddbc

View File

@@ -51,7 +51,7 @@ object AutoUpdate {
* 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}