From 09ff109fda780602984d4ccc7a3d3462e3e88d1e Mon Sep 17 00:00:00 2001 From: Zaiming Shi Date: Tue, 16 Mar 2021 23:35:55 +0100 Subject: [PATCH] chore(build): Pin version tag for template plugin --- lib-extra/plugins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib-extra/plugins b/lib-extra/plugins index f7af801c1..add732e61 100644 --- a/lib-extra/plugins +++ b/lib-extra/plugins @@ -1,5 +1,5 @@ {erlang_plugins, - [ {emqx_plugin_template, {git, "https://github.com/emqx/emqx-plugin-template", {branch, "master"}}} + [ {emqx_plugin_template, {git, "https://github.com/emqx/emqx-plugin-template", {tag, "4.3.0"}}} ] }.