Changed working version in master to v2.4.0-dev0

This commit is contained in:
Anton Hvornum 2022-02-02 08:30:26 +01:00
parent 7f01747efc
commit 08ffffe5b3
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ from .lib.plugins import plugins, load_plugin # This initiates the plugin loadin
parser = ArgumentParser()
__version__ = "2.3.1.dev0"
__version__ = "2.4.0-dev0"
storage['__version__'] = __version__