From 44835405ac519d2877a926fa08773b740bfb977e Mon Sep 17 00:00:00 2001 From: Yogesh Beniwal <7325107+yogeshbeniwal@users.noreply.github.com> Date: Sat, 23 Oct 2021 16:37:40 +0800 Subject: [PATCH] Update wp-cli to v2.5.0 --- 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 209b2e2..8405400 100644 --- a/wo/core/variables.py +++ b/wo/core/variables.py @@ -16,7 +16,7 @@ class WOVar(): # WordOps version wo_version = "3.13.3" # WordOps packages versions - wo_wp_cli = "2.4.0" + wo_wp_cli = "2.5.0" wo_adminer = "4.7.5" wo_phpmyadmin = "5.0.2" wo_extplorer = "2.1.13"