diff --git a/setup.py b/setup.py index e234017..1b64bd4 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ if os.geteuid() == 0: os.makedirs('/var/lib/wo/tmp/') setup(name='wordops', - version='3.17.0', + version='3.18.0', description='An essential toolset that eases server administration', long_description=LONG, long_description_content_type='text/markdown', diff --git a/wo/core/variables.py b/wo/core/variables.py index c2e79b5..74e76d9 100644 --- a/wo/core/variables.py +++ b/wo/core/variables.py @@ -15,7 +15,7 @@ class WOVar(): """Intialization of core variables""" # WordOps version - wo_version = "3.17.0" + wo_version = "3.18.0" # WordOps packages versions wo_wp_cli = "2.8.1" wo_adminer = "4.8.1"