From eaf8321f52324ff0cd82e1e3fcbe3829344261b4 Mon Sep 17 00:00:00 2001 From: Chen-I Lim Date: Mon, 8 Mar 2021 09:36:14 -0800 Subject: [PATCH] Update to v0.6.0 --- server/main/main.go | 2 +- server/model/version.go | 1 + server/swagger/docs/html/index.html | 2 +- server/swagger/swagger.yml | 2 +- webapp/package.json | 2 +- webapp/src/constants.ts | 2 +- 6 files changed, 6 insertions(+), 5 deletions(-) diff --git a/server/main/main.go b/server/main/main.go index 70947f3b2..b0311afc7 100644 --- a/server/main/main.go +++ b/server/main/main.go @@ -5,7 +5,7 @@ // Schemes: http, https // Host: localhost // BasePath: /api/v1 -// Version: 0.5.0 +// Version: 1.0.0 // License: Custom https://github.com/mattermost/focalboard/blob/main/LICENSE.txt // Contact: Focalboard https://www.focalboard.com // diff --git a/server/model/version.go b/server/model/version.go index 8c373ed0e..7a4ea9e2d 100644 --- a/server/model/version.go +++ b/server/model/version.go @@ -4,6 +4,7 @@ package model // It should be maintained in chronological order with most current // release at the front of the list. var versions = []string{ + "0.6.0", "0.5.0", } diff --git a/server/swagger/docs/html/index.html b/server/swagger/docs/html/index.html index cfd86662f..b606e490d 100644 --- a/server/swagger/docs/html/index.html +++ b/server/swagger/docs/html/index.html @@ -1234,7 +1234,7 @@ ul.nav-tabs {