Skip to content
This repository has been archived by the owner on Jun 13, 2018. It is now read-only.

Commit

Permalink
v0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshData committed Aug 13, 2016
1 parent 81b5af6 commit cdd0a82
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
CHANGELOG
=========

In Development
--------------
v0.19 (August 13, 2016)
-----------------------

Mail:

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ by me:
$ curl -s https://keybase.io/joshdata/key.asc | gpg --import
gpg: key C10BDD81: public key "Joshua Tauberer <[email protected]>" imported

$ git verify-tag v0.18c
$ git verify-tag v0.19
gpg: Signature made ..... using RSA key ID C10BDD81
gpg: Good signature from "Joshua Tauberer <[email protected]>"
gpg: WARNING: This key is not certified with a trusted signature!
Expand All @@ -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.18c
$ git checkout v0.19

Begin the installation.

Expand Down
2 changes: 1 addition & 1 deletion setup/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#########################################################

if [ -z "$TAG" ]; then
TAG=v0.18c
TAG=v0.19
fi

# Are we running as root?
Expand Down

0 comments on commit cdd0a82

Please sign in to comment.