diff --git a/project/build.scala b/project/build.scala index 3034720..c03c716 100644 --- a/project/build.scala +++ b/project/build.scala @@ -10,7 +10,7 @@ object MyBuild extends Build { val Organization = "gitbucket" val Name = "gitbucket" - val Version = "3.7.0" + val Version = "3.8.0" val ScalaVersion = "2.11.6" val ScalatraVersion = "2.3.1" diff --git a/src/main/scala/gitbucket/core/servlet/AutoUpdate.scala b/src/main/scala/gitbucket/core/servlet/AutoUpdate.scala index 4169e77..d487261 100644 --- a/src/main/scala/gitbucket/core/servlet/AutoUpdate.scala +++ b/src/main/scala/gitbucket/core/servlet/AutoUpdate.scala @@ -21,6 +21,7 @@ * The history of versions. A head of this sequence is the current BitBucket version. */ val versions = Seq( + new Version(3, 8), new Version(3, 7) with SystemSettingsService { override def update(conn: Connection, cl: ClassLoader): Unit = { super.update(conn, cl)