Bump wo_version for testing

This commit is contained in:
VirtuBox
2022-11-14 15:58:43 +01:00
parent d315686188
commit 346d571f3c
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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',

View File

@@ -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"