Skip to content

Commit

Permalink
Version 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bobtfish committed Dec 5, 2015
1 parent fe6f21b commit 9675672
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 0.0.10 - 2015-12-05
- First version with working remote_healthchecks

Version 0.0.9 - 2015-12-04
- Fix various crash cases
- Almost working remote_healthchecks
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.9
VERSION = 0.0.10
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.9"
const version = "0.0.10"

0 comments on commit 9675672

Please sign in to comment.