From c65b431ebaf97afd1faef6abad52e670cbf8c580 Mon Sep 17 00:00:00 2001 From: SergeantPanda <61642231+SergeantPanda@users.noreply.github.com> Date: Wed, 30 Apr 2025 20:05:37 -0500 Subject: [PATCH] Rolled back after failed release. --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index 6c008d2b..772064dd 100644 --- a/version.py +++ b/version.py @@ -1,5 +1,5 @@ """ Dispatcharr version information. """ -__version__ = '0.6.0' # Follow semantic versioning (MAJOR.MINOR.PATCH) +__version__ = '0.3.0' # Follow semantic versioning (MAJOR.MINOR.PATCH) __timestamp__ = None # Set during CI/CD build process