From 0c4d55be66118a7cddd08622bb2ae02fd277549a Mon Sep 17 00:00:00 2001 From: Scott Lee Davis Date: Sun, 12 May 2019 16:01:44 -0700 Subject: [PATCH] version bump --- plugin.json | 2 +- server/manifest.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.json b/plugin.json index 2add83c..51b28b9 100755 --- a/plugin.json +++ b/plugin.json @@ -2,7 +2,7 @@ "id": "com.github.scottleedavis.mattermost-plugin-remind", "name": "Remind Bot Mattermost Plugin", "description": "Sets Reminders", - "version": "0.2.3", + "version": "0.2.4", "server": { "executables": { "linux-amd64": "server/dist/plugin-linux-amd64", diff --git a/server/manifest.go b/server/manifest.go index ba0f66c..475d661 100755 --- a/server/manifest.go +++ b/server/manifest.go @@ -5,5 +5,5 @@ var manifest = struct { Version string }{ Id: "com.github.scottleedavis.mattermost-plugin-remind", - Version: "0.2.3", + Version: "0.2.4", }