From 072a4f9ee4a7c234b3ecbbaafb99abf224308037 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Tue, 20 Aug 2019 07:30:45 +0200 Subject: [PATCH] [skip travis] update version --- install | 2 +- wo/core/variables.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install b/install index 1c82aab..b127fed 100755 --- a/install +++ b/install @@ -9,7 +9,7 @@ # ------------------------------------------------------------------------- # wget -qO wo wops.cc && sudo bash wo # ------------------------------------------------------------------------- -# Version 3.9.8.1 - 2019-08-18 +# Version 3.9.8.2 - 2019-08-20 # ------------------------------------------------------------------------- # CONTENTS diff --git a/wo/core/variables.py b/wo/core/variables.py index 6c49b3a..68b9080 100644 --- a/wo/core/variables.py +++ b/wo/core/variables.py @@ -10,7 +10,7 @@ class WOVariables(): """Intialization of core variables""" # WordOps version - wo_version = "3.9.8.1" + wo_version = "3.9.8.2" # WordOps packages versions wo_wp_cli = "2.2.0" wo_adminer = "4.7.2"