diff --git a/flexget/_version.py b/flexget/_version.py index 899b9e0d01..691a7249ba 100644 --- a/flexget/_version.py +++ b/flexget/_version.py @@ -7,4 +7,4 @@ The jenkins release job will automatically strip the .dev for release, and update the version again for continued development. """ -__version__ = '3.2.10' +__version__ = '3.2.11.dev'