From ebc5f0dc6a6a28285731e6bc84f93a1c5a850e66 Mon Sep 17 00:00:00 2001 From: Jason Frerich Date: Fri, 29 May 2020 09:52:36 -0500 Subject: [PATCH] Bump version to 1.2.0 (#34) Co-authored-by: mattermod --- plugin.json | 2 +- server/manifest.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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", }