From 49c67b6e7b86992c03da872e66e3f342a91e8cdb Mon Sep 17 00:00:00 2001 From: Justin Frydman Date: Mon, 9 Sep 2024 11:55:03 -0600 Subject: [PATCH] bump version to 1.3.7 --- pup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pup b/pup index 1706743..f46b7bd 100755 --- a/pup +++ b/pup @@ -3,7 +3,7 @@ namespace StellarWP\Pup; -const PUP_VERSION = '1.3.6'; +const PUP_VERSION = '1.3.7'; define( '__PUP_DIR__', __DIR__ ); if ( ! \Phar::running() ) {