From af08b91c00742683641d1cadbf219d5a1e8b6bd1 Mon Sep 17 00:00:00 2001 From: thelastWallE <12502210+thelastWallE@users.noreply.github.com> Date: Thu, 15 Apr 2021 23:28:26 +0200 Subject: [PATCH] bump for 0.3.8rc4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 47e2f0c..7b2c150 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ plugin_package = "octoprint_klipper" plugin_name = "OctoKlipper" -plugin_version = "0.3.8rc3" +plugin_version = "0.3.8rc4" plugin_description = """A plugin for OctoPrint to configure,control and monitor the Klipper 3D printer software."""