From 9e55e39ad97ece1c4c2788dc46c2f9c1c7ed4384 Mon Sep 17 00:00:00 2001 From: Joe Searcy Date: Sun, 24 Mar 2019 15:33:14 -0400 Subject: [PATCH] bumped version to 0.0.4 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 17ad30e..0bfb739 100644 --- a/main.go +++ b/main.go @@ -19,7 +19,7 @@ import "github.com/phenixblue/kubectl-azs/cmd" var ( // VERSION defines the version of the utility. - VERSION = "v0.0.3" + VERSION = "v0.0.4" ) func main() {