diff --git a/plugin.json b/plugin.json index 1d9afd23..3c176f2e 100644 --- a/plugin.json +++ b/plugin.json @@ -2,7 +2,7 @@ "id": "com.mattermost.cloud", "name": "Mattermost Private Cloud", "description": "This plugin allows spinning up and down Mattermost installations using Mattermost Private Cloud.", - "version": "0.1.23", + "version": "0.1.24", "min_server_version": "5.12.0", "server": { "executables": { diff --git a/server/manifest.go b/server/manifest.go index 6e70eb36..a9e50a75 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -5,5 +5,5 @@ var manifest = struct { Version string }{ ID: "com.mattermost.cloud", - Version: "0.1.23", + Version: "0.1.24", } diff --git a/webapp/src/manifest.js b/webapp/src/manifest.js index ebf904e6..0c2e770c 100644 --- a/webapp/src/manifest.js +++ b/webapp/src/manifest.js @@ -1,2 +1,2 @@ export const id = 'com.mattermost.cloud'; -export const version = '0.1.23'; +export const version = '0.1.24';