From 5d6cbd862f3d14dcd2d00dd291c840629370916c Mon Sep 17 00:00:00 2001 From: Robert Ross Date: Wed, 31 Jan 2018 10:32:00 -0500 Subject: [PATCH] Bump version to 0.0.3 --- cmd/k8s-pipeliner/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/k8s-pipeliner/main.go b/cmd/k8s-pipeliner/main.go index 62b384b..09e76df 100644 --- a/cmd/k8s-pipeliner/main.go +++ b/cmd/k8s-pipeliner/main.go @@ -14,7 +14,7 @@ import ( const ( // Version defines the current version of k8s-pipeliner - Version = "0.0.2" + Version = "0.0.3" ) func main() {