Skip to content

Commit

Permalink
bump to 0.1.1 (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Sullivan <[email protected]>
  • Loading branch information
ColinSullivan1 authored Apr 14, 2020
1 parent 6cd1c0b commit 15b26ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docker/linux/amd64/makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
IMAGE := synadia/nats-surveyor
TAG := 0.1.0

TAG := 0.1.1

build:
$(info Make: Building "$(TAG)" tagged images.)
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"github.com/nats-io/nats-surveyor/surveyor"
)

var version = "0.1.0"
var version = "0.1.1"

func main() {
var printVersion bool
Expand Down

0 comments on commit 15b26ef

Please sign in to comment.