diff --git a/plugin.json b/plugin.json index 9381ecb39..a488fd0a8 100644 --- a/plugin.json +++ b/plugin.json @@ -2,7 +2,7 @@ "id": "com.mattermost.welcomebot", "name": "Welcome Bot", "description": "This plugin adds a WelcomeBot that helps add new users to channels.", - "version": "1.1.0", + "version": "1.1.1", "min_server_version": "5.12.0", "server": { "executables": { diff --git a/server/manifest.go b/server/manifest.go index 37e751162..da6501394 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.0", + Version: "1.1.1", }