mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-05 04:56:02 +01:00
Update version number to 2.2
This commit is contained in:
@@ -52,6 +52,7 @@ object AutoUpdate {
|
|||||||
* The history of versions. A head of this sequence is the current BitBucket version.
|
* The history of versions. A head of this sequence is the current BitBucket version.
|
||||||
*/
|
*/
|
||||||
val versions = Seq(
|
val versions = Seq(
|
||||||
|
new Version(2, 2),
|
||||||
new Version(2, 1),
|
new Version(2, 1),
|
||||||
new Version(2, 0){
|
new Version(2, 0){
|
||||||
override def update(conn: Connection): Unit = {
|
override def update(conn: Connection): Unit = {
|
||||||
|
|||||||
Reference in New Issue
Block a user