Skip to content

Commit

Permalink
Update pup version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
borkweb authored Jul 10, 2023
1 parent 64cf399 commit 98027e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pup
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace StellarWP\Pup;

const PUP_VERSION = '1.1.1';
const PUP_VERSION = '1.1.2';
define( '__PUP_DIR__', __DIR__ );

if ( ! \Phar::running() ) {
Expand Down Expand Up @@ -36,4 +36,4 @@ try {
} catch ( \Exception $e ) {
echo 'ERROR: ' . $e->getMessage() . PHP_EOL;
exit( 1 );
}
}

0 comments on commit 98027e8

Please sign in to comment.