From a2e61032362d10fcc2ff6d8c352d7707423b5e6b Mon Sep 17 00:00:00 2001 From: Steve Grunwell Date: Sun, 28 May 2017 14:40:27 -0400 Subject: [PATCH] Version bump within the wp-enforcer binary --- bin/wp-enforcer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"