From 3eff3d7ec1acc2fbeaa5e98aaf3644ea533f887d Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Mon, 26 Dec 2022 20:53:13 +0100 Subject: [PATCH] Bump WordOps version --- wo/core/variables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/core/variables.py b/wo/core/variables.py index 5858cea..1403c81 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.16.0" + wo_version = "3.16.1" # WordOps packages versions wo_wp_cli = "2.7.1" wo_adminer = "4.8.1"