Commit 453091f1 authored by Joshua Tauberer's avatar Joshua Tauberer

v0.22 released

parent 255a65ac
CHANGELOG
=========
In Development
--------------
v0.22 (April 2, 2017)
---------------------
Mail:
......
......@@ -59,7 +59,7 @@ by me:
$ curl -s https://keybase.io/joshdata/key.asc | gpg --import
gpg: key C10BDD81: public key "Joshua Tauberer <jt@occams.info>" imported
$ git verify-tag v0.21c
$ git verify-tag v0.22
gpg: Signature made ..... using RSA key ID C10BDD81
gpg: Good signature from "Joshua Tauberer <jt@occams.info>"
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.21c
$ git checkout v0.22
Begin the installation.
......
......@@ -7,7 +7,7 @@
#########################################################
if [ -z "$TAG" ]; then
TAG=v0.21c
TAG=v0.22
fi
# Are we running as root?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment