Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman committed Dec 21, 2015
1 parent 0937b14 commit f27a32b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ Install & run with `curl -sSL https://github.com/ostrost/ostent/raw/master/osten

Platforms:

- [Mac OS X](https://github.com/ostrost/ostent/releases/download/v0.4.2/Darwin.x86_64)
- Linux [64-bit](https://github.com/ostrost/ostent/releases/download/v0.4.2/Linux.x86_64) | [32-bit](https://github.com/ostrost/ostent/releases/download/v0.4.2/Linux.i686)
- FreeBSD [64-bit](https://github.com/ostrost/ostent/releases/download/v0.4.2/FreeBSD.amd64) | [32-bit](https://github.com/ostrost/ostent/releases/download/v0.4.2/FreeBSD.i386)
- [Mac OS X](https://github.com/ostrost/ostent/releases/download/v0.5.0/Darwin.x86_64)
- Linux [64-bit](https://github.com/ostrost/ostent/releases/download/v0.5.0/Linux.x86_64) | [32-bit](https://github.com/ostrost/ostent/releases/download/v0.5.0/Linux.i686)
- FreeBSD [64-bit](https://github.com/ostrost/ostent/releases/download/v0.5.0/FreeBSD.amd64) | [32-bit](https://github.com/ostrost/ostent/releases/download/v0.5.0/FreeBSD.i386)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion ostent/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,4 @@ func bannerText(listenaddr, hostname, suffix string, addrsp *[]net.Addr, logger
// VERSION of the latest known release.
// Unused in non-bin mode.
// Compared with in github.com/ostrost/ostent/ostent[+build bin]
const VERSION = "0.4.2"
const VERSION = "0.5.0"

0 comments on commit f27a32b

Please sign in to comment.