Readying 2.1 release

This commit is contained in:
Naoki Takezoe
2014-07-06 17:06:26 +09:00
parent 9cfa8c594b
commit 28424c96c4
2 changed files with 2 additions and 1 deletions

View File

@@ -52,6 +52,7 @@ object AutoUpdate {
* The history of versions. A head of this sequence is the current BitBucket version.
*/
val versions = Seq(
new Version(2, 1),
new Version(2, 0){
override def update(conn: Connection): Unit = {
import eu.medsea.mimeutil.{MimeUtil2, MimeType}