Skip to content

Commit

Permalink
Version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bobtfish committed Feb 1, 2016
1 parent 15eeafb commit 9932e7f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- Add a command healthcheck type
Version 0.1.0 - 2016-02-01
- Add the ability to negotiate SSL connections when
doing healthchecks.
- Remove some of the scary warning text from README
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ extension of in-datacenter Anycast. It can also be used to provide HA NAT servic

# WARNING

Please use release version 0.0.8 rather than master.
Please use release version 0.1.0 rather than master.

# NAT

Expand Down Expand Up @@ -101,7 +101,7 @@ FIXME!! More details about how to test / curl things here..
You can install binary release versions onto x86 Linux
directly from github, e.g.

sudo wget https://github.com/bobtfish/AWSnycast/releases/download/v0.0.8/AWSnycast -O /usr/local/bin/AWSnycast
sudo wget https://github.com/bobtfish/AWSnycast/releases/download/v0.1.0/AWSnycast -O /usr/local/bin/AWSnycast
sudo chmod 700 /usr/local/bin/AWSnycast

or you can install the .deb or .rpm packages found at the same location
Expand Down
2 changes: 1 addition & 1 deletion package/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ifdef upstream_build_number
else
REAL_BUILD_NUMBER?=$(BUILD_NUMBER)
endif
VERSION = 0.0.10
VERSION = 0.1.0
ITERATION = yelp$(REAL_BUILD_NUMBER)
ARCH := $(shell facter architecture)

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

const version = "0.0.10"
const version = "0.1.0"

0 comments on commit 9932e7f

Please sign in to comment.