diff --git a/mac/Focalboard/Globals.swift b/mac/Focalboard/Globals.swift
index 565ca77d4..01207c879 100644
--- a/mac/Focalboard/Globals.swift
+++ b/mac/Focalboard/Globals.swift
@@ -4,7 +4,7 @@
import Foundation
class Globals {
- static let ProductVersion = 01700
+ static let ProductVersion = 70000
static let WhatsNewVersion = 01100
static var currentWhatsNewVersion: Int {
diff --git a/mac/Focalboard/Info.plist b/mac/Focalboard/Info.plist
index 4ffdad0bb..d5e686cf5 100644
--- a/mac/Focalboard/Info.plist
+++ b/mac/Focalboard/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 0.17.0
+ 7.2.0
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
ITSAppUsesNonExemptEncryption
diff --git a/mattermost-plugin/plugin.json b/mattermost-plugin/plugin.json
index f722925f3..a3bded9d4 100644
--- a/mattermost-plugin/plugin.json
+++ b/mattermost-plugin/plugin.json
@@ -6,8 +6,8 @@
"support_url": "https://github.com/mattermost/focalboard/issues",
"release_notes_url": "https://github.com/mattermost/focalboard/releases",
"icon_path": "assets/starter-template-icon.svg",
- "version": "0.17.0",
- "min_server_version": "6.7.0",
+ "version": "7.2.0",
+ "min_server_version": "7.0.0",
"server": {
"executables": {
"linux-amd64": "server/dist/plugin-linux-amd64",
diff --git a/mattermost-plugin/server/manifest.go b/mattermost-plugin/server/manifest.go
index d39e1413c..4f0117794 100644
--- a/mattermost-plugin/server/manifest.go
+++ b/mattermost-plugin/server/manifest.go
@@ -20,8 +20,8 @@ const manifestStr = `
"support_url": "https://github.com/mattermost/focalboard/issues",
"release_notes_url": "https://github.com/mattermost/focalboard/releases",
"icon_path": "assets/starter-template-icon.svg",
- "version": "0.17.0",
- "min_server_version": "6.7.0",
+ "version": "7.2.0",
+ "min_server_version": "7.0.0",
"server": {
"executables": {
"darwin-amd64": "server/dist/plugin-darwin-amd64",
diff --git a/server/model/version.go b/server/model/version.go
index b098be33b..5a2f51cb0 100644
--- a/server/model/version.go
+++ b/server/model/version.go
@@ -4,7 +4,8 @@ package model
// It should be maintained in chronological order with most current
// release at the front of the list.
var versions = []string{
- "0.17.0",
+ "7.2.0",
+ "7.0.0",
"0.16.0",
"0.15.0",
"0.14.0",
diff --git a/webapp/package-lock.json b/webapp/package-lock.json
index d21ee5dcc..522d54e32 100644
--- a/webapp/package-lock.json
+++ b/webapp/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "focalboard",
- "version": "0.17.0",
+ "version": "7.2.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "focalboard",
- "version": "0.17.0",
+ "version": "7.2.0",
"dependencies": {
"@draft-js-plugins/editor": "^4.1.2",
"@draft-js-plugins/emoji": "^4.6.0",
diff --git a/webapp/package.json b/webapp/package.json
index 707231895..d4f977d1b 100644
--- a/webapp/package.json
+++ b/webapp/package.json
@@ -1,6 +1,6 @@
{
"name": "focalboard",
- "version": "0.17.0",
+ "version": "7.2.0",
"private": true,
"description": "",
"scripts": {
diff --git a/webapp/src/components/__snapshots__/topBar.test.tsx.snap b/webapp/src/components/__snapshots__/topBar.test.tsx.snap
index c760c4132..8e7917416 100644
--- a/webapp/src/components/__snapshots__/topBar.test.tsx.snap
+++ b/webapp/src/components/__snapshots__/topBar.test.tsx.snap
@@ -20,7 +20,7 @@ exports[`src/components/topBar should match snapshot for focalboardPlugin 1`] =
class="version"
title="v1.0.0"
>
- Jun 2022
+ Aug 2022
diff --git a/webapp/src/components/__snapshots__/workspace.test.tsx.snap b/webapp/src/components/__snapshots__/workspace.test.tsx.snap
index aabfb8b1d..39e8bbc42 100644
--- a/webapp/src/components/__snapshots__/workspace.test.tsx.snap
+++ b/webapp/src/components/__snapshots__/workspace.test.tsx.snap
@@ -56,7 +56,7 @@ exports[`src/components/workspace return workspace and showcard 1`] = `
class="version"
title="v1.0.0"
>
- Jun 2022
+ Aug 2022
@@ -1273,7 +1273,7 @@ exports[`src/components/workspace should match snapshot 1`] = `
class="version"
title="v1.0.0"
>
- Jun 2022
+ Aug 2022
diff --git a/webapp/src/components/globalHeader/__snapshots__/globalHeader.test.tsx.snap b/webapp/src/components/globalHeader/__snapshots__/globalHeader.test.tsx.snap
index 34b40b815..d7fee8527 100644
--- a/webapp/src/components/globalHeader/__snapshots__/globalHeader.test.tsx.snap
+++ b/webapp/src/components/globalHeader/__snapshots__/globalHeader.test.tsx.snap
@@ -10,7 +10,7 @@ exports[`components/sidebar/GlobalHeader header menu should match snapshot 1`] =
/>