Skip to content

Commit

Permalink
v0.28 released, closes #1405
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshData committed Jul 30, 2018
1 parent e0d46d1 commit 738e0a6
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.28 (July 30, 2018)
---------------------

System:

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.27
$ git verify-tag v0.28
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.27
$ git checkout v0.28

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.27
TAG=v0.28
fi

# Are we running as root?
Expand Down

0 comments on commit 738e0a6

Please sign in to comment.