From 74325a1b0492a0109c13c3ba5985bb90f76d6d24 Mon Sep 17 00:00:00 2001 From: Stefan Strigler Date: Wed, 21 Jun 2023 13:13:22 +0200 Subject: [PATCH] bump release version --- emqx-plugin.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emqx-plugin.template b/emqx-plugin.template index aba47892..a555bd1f 100644 --- a/emqx-plugin.template +++ b/emqx-plugin.template @@ -1,7 +1,7 @@ {description, "Create custom EMQX plugins in a snap!"}. {variables, [ {description, "Another amazing EMQX plugin."}, - {version, "1.0.0", "The release version of this plugin."}, + {version, "5.1.0", "The release version of this plugin."}, {app_vsn, "0.1.0", "The erlang application vsn value."}, {license, "Apache-2.0", "Short identifier for license you want to distribute this plugin under."}, {author_website, "http://example.com", "A website with details about the author."},