diff --git a/CHANGELOG.md b/CHANGELOG.md index 072ad0f8..eff19181 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ CHANGELOG ========= -In Development --------------- +v0.13 (August 19, 2015) +----------------------- Mail: diff --git a/README.md b/README.md index c9d4cdce..da3dd620 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ and on my [personal homepage](https://razor.occams.info/). (Of course, if this r $ curl -s https://keybase.io/joshdata/key.asc | gpg --import gpg: key C10BDD81: public key "Joshua Tauberer " imported - $ git verify-tag v0.12c + $ git verify-tag v0.13 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! @@ -70,7 +70,7 @@ and on my [personal homepage](https://razor.occams.info/). (Of course, if this r Checkout the tag corresponding to the most recent release: - $ git checkout v0.12c + $ git checkout v0.13 Begin the installation. diff --git a/setup/bootstrap.sh b/setup/bootstrap.sh index e4aaccd2..7f72b2da 100644 --- a/setup/bootstrap.sh +++ b/setup/bootstrap.sh @@ -7,7 +7,7 @@ ######################################################### if [ -z "$TAG" ]; then - TAG=v0.12c + TAG=v0.13 fi # Are we running as root?