From faf30112d2821ff3e43ffe25e95aa092e54d8f7e Mon Sep 17 00:00:00 2001 From: FlexGet-Bot Date: Wed, 12 Apr 2023 15:13:59 +0000 Subject: [PATCH] Prepare v3.6.3.dev --- flexget/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flexget/_version.py b/flexget/_version.py index 73f23a311e..63b074cd8f 100644 --- a/flexget/_version.py +++ b/flexget/_version.py @@ -7,4 +7,4 @@ The github actions release job will automatically strip the .dev for release, and update the version again for continued development. """ -__version__ = '3.6.2' +__version__ = '3.6.3.dev'