diff --git a/README.md b/README.md index a3f70ca9..51a5abb5 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ by me: $ curl -s https://keybase.io/joshdata/key.asc | gpg --import gpg: key C10BDD81: public key "Joshua Tauberer " imported - $ git verify-tag v0.18 + $ git verify-tag v0.18b gpg: Signature made ..... using RSA key ID C10BDD81 gpg: Good signature from "Joshua Tauberer " gpg: WARNING: This key is not certified with a trusted signature! diff --git a/setup/bootstrap.sh b/setup/bootstrap.sh index 3a8e0a9b..674840d7 100644 --- a/setup/bootstrap.sh +++ b/setup/bootstrap.sh @@ -7,7 +7,7 @@ ######################################################### if [ -z "$TAG" ]; then - TAG=v0.18 + TAG=v0.18b fi # Are we running as root?