diff --git a/CHANGELOG.md b/CHANGELOG.md index a3045739..1e3d5a21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ CHANGELOG ========= -In Development --------------- +v0.26c (February 13, 2018) +-------------------------- Setup: diff --git a/README.md b/README.md index f4b428ab..31871642 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.26b + $ git verify-tag v0.26c 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.26b + $ git checkout v0.26c Begin the installation. diff --git a/setup/bootstrap.sh b/setup/bootstrap.sh index 84dae634..d0642580 100644 --- a/setup/bootstrap.sh +++ b/setup/bootstrap.sh @@ -7,7 +7,7 @@ ######################################################### if [ -z "$TAG" ]; then - TAG=v0.26b + TAG=v0.26c fi # Are we running as root?