Skip to content

Commit

Permalink
Prepare release v0.5.1 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav authored Sep 18, 2021
1 parent 001695e commit 737af8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Releases
========

v0.5.1 (unreleased)
v0.5.1 (2021-09-18)
-------------------

- On Linux, don't fail to edit if `/tmp` is mounted on a different partition.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For example, if you have `$HOME/bin` on your `$PATH`,

OS=$(uname -s)
ARCH=$(uname -m)
VERSION=0.5.0
VERSION=0.5.1
URL="https://github.com/abhinav/restack/releases/download/v$VERSION/restack_${VERSION}_${OS}_${ARCH}.tar.gz"
curl -L "$URL" | tar xzv -C ~/bin restack

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package restack
// Note that semantic versioning in this repository applies to the `restack`
// executable, not to its library components. These APIs may break at any
// time without warning.
const Version = "0.5.0"
const Version = "0.5.1"

0 comments on commit 737af8e

Please sign in to comment.