Prepare for Hotfix v3.15.4
This commit is contained in:
4
install
4
install
@@ -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
|
||||
|
||||
2
setup.py
2
setup.py
@@ -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',
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user