diff --git a/build.sh b/build.sh index fde994f25..66f523223 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -VERSION="0.0.4" +VERSION="1.0.0-SNAPSHOT" DEPLOY_DIR="../pinpoint-testbed/agent" #profile diff --git a/obfuscate.sh b/obfuscate.sh index fbad643a0..3e156cda1 100755 --- a/obfuscate.sh +++ b/obfuscate.sh @@ -1,5 +1,5 @@ HOME="/Users/netspider/Documents/workspace_pinpoint" -VERSION="0.0.4" +VERSION="1.0.0-SNAPSHOT" echo "Remove previous" rm -fr $HOME/pinpoint-testbed/agent-obfuscated