From 875c387336f0d250d26a9a9cf8d5c6d6003dc6c8 Mon Sep 17 00:00:00 2001 From: Joe Searcy Date: Wed, 13 Mar 2019 00:38:27 -0400 Subject: [PATCH] Updated version --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index c75348b..17ad30e 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.2" + VERSION = "v0.0.3" ) func main() {