Skip to content

Commit 92221f9

Browse files
committed
v0.51
1 parent 0bd3977 commit 92221f9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
CHANGELOG
22
=========
33

4-
IN DEVELOPMENT
5-
--------------
4+
v0.51 (November 14, 2020)
5+
-------------------------
66

77
Software updates:
88

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ by him:
6565
$ curl -s https://keybase.io/joshdata/key.asc | gpg --import
6666
gpg: key C10BDD81: public key "Joshua Tauberer <[email protected]>" imported
6767

68-
$ git verify-tag v0.50
68+
$ git verify-tag v0.51
6969
gpg: Signature made ..... using RSA key ID C10BDD81
7070
gpg: Good signature from "Joshua Tauberer <[email protected]>"
7171
gpg: WARNING: This key is not certified with a trusted signature!
@@ -78,7 +78,7 @@ and on his [personal homepage](https://razor.occams.info/). (Of course, if this
7878

7979
Checkout the tag corresponding to the most recent release:
8080

81-
$ git checkout v0.50
81+
$ git checkout v0.51
8282

8383
Begin the installation.
8484

setup/bootstrap.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [ -z "$TAG" ]; then
2020
# want to display in status checks.
2121
if [ "`lsb_release -d | sed 's/.*:\s*//' | sed 's/18\.04\.[0-9]/18.04/' `" == "Ubuntu 18.04 LTS" ]; then
2222
# This machine is running Ubuntu 18.04.
23-
TAG=v0.50
23+
TAG=v0.51
2424

2525
elif [ "`lsb_release -d | sed 's/.*:\s*//' | sed 's/14\.04\.[0-9]/14.04/' `" == "Ubuntu 14.04 LTS" ]; then
2626
# This machine is running Ubuntu 14.04.

0 commit comments

Comments
 (0)