From 677f8b9482d365b215925fdadc8db8edfa641baf Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Thu, 20 Oct 2022 11:44:34 +0200 Subject: [PATCH] Update wp-cli 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 808395e..215a868 100644 --- a/wo/core/variables.py +++ b/wo/core/variables.py @@ -17,7 +17,7 @@ class WOVar(): # WordOps version wo_version = "3.15.2" # WordOps packages versions - wo_wp_cli = "2.6.0" + wo_wp_cli = "2.7.1" wo_adminer = "4.8.1" wo_phpmyadmin = "5.2.0" wo_extplorer = "2.1.13"