diff --git a/CHANGELOG.md b/CHANGELOG.md index 156977da..f95e164e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ CHANGELOG ========= -v0.15 Release Candidate +v0.15 (January 1, 2016) ----------------------- Mail: diff --git a/README.md b/README.md index 726c6b58..b8658a48 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.14 + $ git verify-tag v0.15 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! @@ -72,7 +72,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.14 + $ git checkout v0.15 Begin the installation. diff --git a/setup/bootstrap.sh b/setup/bootstrap.sh index 11cf6482..a3ed350c 100644 --- a/setup/bootstrap.sh +++ b/setup/bootstrap.sh @@ -7,7 +7,7 @@ ######################################################### if [ -z "$TAG" ]; then - TAG=v0.14 + TAG=v0.15 fi # Are we running as root?