diff --git a/README.md b/README.md index fb38179..b6649e0 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ changed and any scripts which embedded this tool will need to be updated. * Optional path transformation (path replacement) on key backup and/or restore * Clean well documented code that's simple to follow * Direct AWS/S3 support for backup and restoration of KVs, ACLs and queries +* Node auto discovery in cloud environments via [go-discover](https://github.com/hashicorp/go-discover) ## Installing diff --git a/build/build.sh b/build/build.sh index 17cb1a3..805f052 100755 --- a/build/build.sh +++ b/build/build.sh @@ -2,7 +2,7 @@ # ## package declarations BUILD_NAME="consul-backinator" -RELEASE_VERSION="1.6.3-dev" +RELEASE_VERSION="1.6.3" RELEASE_BUILD=0 ## simple usage example