From 4d2a31af1981cce7f367f4b635754d8d2156827c Mon Sep 17 00:00:00 2001 From: Scott Martin Date: Wed, 18 Jan 2023 18:59:50 -0500 Subject: [PATCH] 2.4.0rc1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fba0ec8..33c6b7c 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ plugin_name = "continuousprint" # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module -plugin_version = "2.3.0" +plugin_version = "2.4.0rc1" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module