From 838e6ff77dcd45fdf0e0aa06f6d0e4eafbc25134 Mon Sep 17 00:00:00 2001 From: Matthew Batchelder Date: Wed, 19 Jul 2023 10:50:23 -0400 Subject: [PATCH] Update version to 1.2.0 --- pup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pup b/pup index 5136de0..2818861 100755 --- a/pup +++ b/pup @@ -3,7 +3,7 @@ namespace StellarWP\Pup; -const PUP_VERSION = '1.1.2'; +const PUP_VERSION = '1.2.0'; define( '__PUP_DIR__', __DIR__ ); if ( ! \Phar::running() ) {