From ed525713a55a228e22b54847c9192f286398433d Mon Sep 17 00:00:00 2001 From: Jon Waldstein Date: Mon, 8 Jun 2026 12:53:47 -0400 Subject: [PATCH] chore: bump pup const version to 2.0.0 --- pup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pup b/pup index db99929..eb26478 100755 --- a/pup +++ b/pup @@ -3,7 +3,7 @@ namespace StellarWP\Pup; -const PUP_VERSION = '1.3.9'; +const PUP_VERSION = '2.0.0'; define( '__PUP_DIR__', __DIR__ ); if ( ! \Phar::running() ) {