From f11afb09929fbe8b9273c6217a617367ec9e5033 Mon Sep 17 00:00:00 2001 From: "Shell M. Shrader" Date: Fri, 10 Dec 2021 01:07:10 -0500 Subject: [PATCH] setup for 1.7.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8f2ce7f..cedfc75 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ plugin_name = "Better Grbl Support" # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module -plugin_version = "1.7.3" +plugin_version = "1.7.4" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module