diff --git a/install b/install index 7ffec74..ea25b83 100755 --- a/install +++ b/install @@ -9,7 +9,7 @@ # ------------------------------------------------------------------------- # wget -qO wo wops.cc && sudo -E bash wo # ------------------------------------------------------------------------- -# Version 3.15.4 - 2022-10-25 +# Version 3.16.0 - 2022-11-14 # ------------------------------------------------------------------------- # CONTENTS diff --git a/setup.py b/setup.py index 6a84e55..82a1921 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.15.4', + version='3.16.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 4b426ec..0d1cb07 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.15.4" + wo_version = "3.16.0" # WordOps packages versions wo_wp_cli = "2.7.1" wo_adminer = "4.8.1"