Skip to content

Commit 00898b2

Browse files
committed
v0.24
1 parent 35b8a14 commit 00898b2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
CHANGELOG
22
=========
33

4-
In Development
5-
--------------
4+
v0.24 (October 3, 2017)
5+
-----------------------
66

77
System:
88

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ by me:
5959
$ curl -s https://keybase.io/joshdata/key.asc | gpg --import
6060
gpg: key C10BDD81: public key "Joshua Tauberer <jt@occams.info>" imported
6161

62-
$ git verify-tag v0.23a
62+
$ git verify-tag v0.24
6363
gpg: Signature made ..... using RSA key ID C10BDD81
6464
gpg: Good signature from "Joshua Tauberer <jt@occams.info>"
6565
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
7272

7373
Checkout the tag corresponding to the most recent release:
7474

75-
$ git checkout v0.23a
75+
$ git checkout v0.24
7676

7777
Begin the installation.
7878

setup/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#########################################################
88

99
if [ -z "$TAG" ]; then
10-
TAG=v0.23a
10+
TAG=v0.24
1111
fi
1212

1313
# Are we running as root?

0 commit comments

Comments
 (0)