diff --git a/plugin.json b/plugin.json index 81d33ed05..2a3b43f26 100644 --- a/plugin.json +++ b/plugin.json @@ -4,7 +4,7 @@ "description": "This plugin adds a WelcomeBot that helps add new users to channels.", "homepage_url": "https://github.com/mattermost/mattermost-plugin-welcomebot", "support_url": "https://github.com/mattermost/mattermost-plugin-welcomebot/issues", - "version": "1.1.1", + "version": "1.2.0", "min_server_version": "5.12.0", "server": { "executables": { diff --git a/server/manifest.go b/server/manifest.go index da6501394..f22c54eb5 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -5,5 +5,5 @@ var manifest = struct { Version string }{ Id: "com.mattermost.welcomebot", - Version: "1.1.1", + Version: "1.2.0", }