From 98fd3241faccacff716eeedad67fa0229e19b902 Mon Sep 17 00:00:00 2001 From: Michael Kochell <6913320+mickmister@users.noreply.github.com> Date: Tue, 2 May 2023 15:29:52 -0400 Subject: [PATCH] Bump version to 1.3.0 (#105) * Bump version to 1.3.0 * make apply --- plugin.json | 4 ++-- server/manifest.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin.json b/plugin.json index a5e87f27e..b2fccaad8 100644 --- a/plugin.json +++ b/plugin.json @@ -4,8 +4,8 @@ "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", - "release_notes_url": "https://github.com/mattermost/mattermost-plugin-welcomebot/releases/tag/v1.2.0", - "version": "1.2.0", + "release_notes_url": "https://github.com/mattermost/mattermost-plugin-welcomebot/releases/tag/v1.3.0", + "version": "1.3.0", "min_server_version": "5.37.0", "server": { "executables": { diff --git a/server/manifest.go b/server/manifest.go index 38e43ab9c..99642bdb0 100644 --- a/server/manifest.go +++ b/server/manifest.go @@ -7,5 +7,5 @@ var manifest = struct { Version string }{ ID: "com.mattermost.welcomebot", - Version: "1.2.0", + Version: "1.3.0", }