diff --git a/bin/wp-enforcer b/bin/wp-enforcer index 2b30ac2..02b964a 100755 --- a/bin/wp-enforcer +++ b/bin/wp-enforcer @@ -2,7 +2,7 @@ # # Copy files for WP Enforcer into the project directory. -readonly VERSION="0.4.0" +readonly VERSION="0.5.0" readonly BIN="$(cd "$(dirname "$0")" && pwd -P)" readonly DIR="$BIN/$(dirname "$(readlink "$0")")" readonly PROJECT="$(pwd)"