Skip to content

Commit

Permalink
Version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bobtfish committed Apr 15, 2016
1 parent d92b87c commit cc5eeac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Version 0.1.2 - 2016-04-15
- Initial support for running hooks on creating/deleting
routes. Not yet documented or fully tested, but
this is the first part of fixing issue #1
Expand Down
2 changes: 1 addition & 1 deletion 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.1.1 rather than master.
Please use release version 0.1.2 rather than master.

# Anycast in AWS?

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.1.1
VERSION = 0.1.2
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.1.1"
const version = "0.1.2"

0 comments on commit cc5eeac

Please sign in to comment.