From 0b89aa247239d6d06624945bae10bb459fffe0b3 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Wed, 3 Jul 2019 09:16:57 -0400 Subject: [PATCH] MM-16682 Update NPS plugin to 1.0.1 (#11499) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 84e8affa20..b36c4c7d92 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,7 @@ TE_PACKAGES=$(shell go list ./...|grep -v plugin_tests) # Plugins Packages PLUGIN_PACKAGES=mattermost-plugin-zoom-v1.0.7 PLUGIN_PACKAGES += mattermost-plugin-autolink-v1.0.0 -PLUGIN_PACKAGES += mattermost-plugin-nps-v1.0.0 +PLUGIN_PACKAGES += mattermost-plugin-nps-v1.0.1 PLUGIN_PACKAGES += mattermost-plugin-custom-attributes-v1.0.0 PLUGIN_PACKAGES += mattermost-plugin-github-v0.10.2 PLUGIN_PACKAGES += mattermost-plugin-welcomebot-v1.0.0 @@ -437,7 +437,7 @@ cover: ## Runs the golang coverage tool. You must run the unit tests first. test-data: start-docker ## Add test data to the local instance. $(GO) run $(GOFLAGS) -ldflags '$(LDFLAGS)' $(PLATFORM_FILES) config set TeamSettings.MaxUsersPerTeam 100 - $(GO) run $(GOFLAGS) -ldflags '$(LDFLAGS)' $(PLATFORM_FILES) sampledata -w 4 -u 60 + $(GO) run $(GOFLAGS) -ldflags '$(LDFLAGS)' $(PLATFORM_FILES) sampledata -w 4 -u 60 @echo You may need to restart the Mattermost server before using the following @echo ========================================================================