Skip to content

Commit

Permalink
0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman committed Sep 19, 2016
1 parent 6a6a057 commit ba0f1ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Ostent is a single executable.
has the binary — download and extract in one go:

```sh
curl -L https://github.com/ostrost/ostent/releases/download/v0.6.2/`uname`-`uname -m`.tar.xz | tar Jxf -
curl -L https://github.com/ostrost/ostent/releases/download/v0.7.0/`uname`-`uname -m`.tar.xz | tar Jxf -
```

This will place executable in `./usr/**/bin/ostent`.
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ func versionRun() error {

// OstentVersion of the latest known release. Compared to bin mode.
// MUST BE semver compatible: no two digits ("X.Y") allowed.
const OstentVersion = "0.6.2"
const OstentVersion = "0.7.0"

0 comments on commit ba0f1ba

Please sign in to comment.