Skip to content

Commit

Permalink
cut 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman committed Aug 29, 2015
1 parent 92a03ad commit c5cbb52
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ script: make --always-make test all # like make -B
before_deploy:
- |
# rc- prefix til travis-dpl is unable to deploy into github PRE-release
os=rc-$(uname -s)
os=$(uname -s)
x64=.$(uname -m)
if test x$GVM_GO \!= x$DPL_GO ; then
x64=.non-dpl-go-to-be-removed
fi
x32=$x64
if test x$TRAVIS_OS_NAME \!= xosx ; then # 32bit build on non-osx
x32=i686
x32=.i686
make boot32 all32
: ; mv $HOME/gopath/bin/ostent.32 $HOME/gopath/bin/$os$x32
fi
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ 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.2.0/Darwin.x86_64)
- Linux [64-bit](https://github.com/ostrost/ostent/releases/download/v0.2.0/Linux.x86_64) | [32-bit](https://github.com/ostrost/ostent/releases/download/v0.2.0/Linux.i686)
- [Mac OS X](https://github.com/ostrost/ostent/releases/download/v0.4.0/Darwin.x86_64)
- Linux [64-bit](https://github.com/ostrost/ostent/releases/download/v0.4.0/Linux.x86_64) | [32-bit](https://github.com/ostrost/ostent/releases/download/v0.4.0/Linux.i686)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion ostent/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,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.2.0"
const VERSION = "0.4.0"

0 comments on commit c5cbb52

Please sign in to comment.