From 63dda84c8b7e81b4cdc27680c531923d3d2ac0fc Mon Sep 17 00:00:00 2001 From: takezoe Date: Fri, 21 Feb 2014 12:05:15 +0900 Subject: [PATCH] Add Version 1.11 --- src/main/scala/servlet/AutoUpdateListener.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/scala/servlet/AutoUpdateListener.scala b/src/main/scala/servlet/AutoUpdateListener.scala index aa0787628..bfa699208 100644 --- a/src/main/scala/servlet/AutoUpdateListener.scala +++ b/src/main/scala/servlet/AutoUpdateListener.scala @@ -50,6 +50,7 @@ object AutoUpdate { * The history of versions. A head of this sequence is the current BitBucket version. */ val versions = Seq( + Version(1, 11), Version(1, 10), Version(1, 9), Version(1, 8),