diff --git a/build/bump-version.php b/build/bump-version.php index 46b77e6..53ec64b 100644 --- a/build/bump-version.php +++ b/build/bump-version.php @@ -117,8 +117,7 @@ file_put_contents($pluginUpdateCheckerFilePath, $content); exec('git add .'); exec("git commit -m \"Bump version number to $newVersion\""); -//Switch back to the original branch. -//exec('git checkout -'); +echo "Version number bumped to $newVersion.\n"; //Switch back to the original directory. chdir($oldDir);