Prepare for Hotfix v3.15.4

This commit is contained in:
VirtuBox
2022-10-25 10:21:50 +02:00
parent 873b70c8d5
commit bb5d9d4962
3 changed files with 4 additions and 4 deletions

View File

@@ -4,12 +4,12 @@
# -------------------------------------------------------------------------
# Website: https://wordops.net
# GitHub: https://github.com/WordOps/WordOps
# Copyright (c) 2019-2022 - WordOps
# Copyright (c) 2019-2023 - WordOps
# This script is licensed under M.I.T
# -------------------------------------------------------------------------
# wget -qO wo wops.cc && sudo -E bash wo
# -------------------------------------------------------------------------
# Version 3.15.3 - 2022-10-24
# Version 3.15.4 - 2022-10-25
# -------------------------------------------------------------------------
# CONTENTS

View File

@@ -27,7 +27,7 @@ if os.geteuid() == 0:
os.makedirs('/var/lib/wo/tmp/')
setup(name='wordops',
version='3.15.3',
version='3.15.4',
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.3"
wo_version = "3.15.4"
# WordOps packages versions
wo_wp_cli = "2.7.1"
wo_adminer = "4.8.1"