Skip to content

Commit

Permalink
Bump version to 0.1.24 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieljackson authored Jun 21, 2022
1 parent 6100ae8 commit 507d4ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion server/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ var manifest = struct {
Version string
}{
ID: "com.mattermost.cloud",
Version: "0.1.23",
Version: "0.1.24",
}
2 changes: 1 addition & 1 deletion webapp/src/manifest.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const id = 'com.mattermost.cloud';
export const version = '0.1.23';
export const version = '0.1.24';

0 comments on commit 507d4ac

Please sign in to comment.