Skip to content

Commit 447eb15

Browse files
Release Bump 3.2.1 (#161)
1 parent 8709dd0 commit 447eb15

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugin.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"icon_path": "public/assets/azurebot.svg",
66
"homepage_url": "https://github.com/mattermost/mattermost-plugin-azure-devops",
77
"support_url": "https://github.com/mattermost/mattermost-plugin-azure-devops/issues",
8-
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-azure-devops/releases/3.2.0",
9-
"version": "3.2.0",
8+
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-azure-devops/releases/3.2.1",
9+
"version": "3.2.1",
1010
"min_server_version": "5.37.3",
1111
"server": {
1212
"executables": {

server/plugin/manifest.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ var manifest = struct {
77
Version string
88
}{
99
ID: "mattermost-plugin-azure-devops",
10-
Version: "3.2.0",
10+
Version: "3.2.1",
1111
}

0 commit comments

Comments
 (0)