From 42a185788bd34fd0589864a60d99a0c3a2927ef1 Mon Sep 17 00:00:00 2001 From: Robert Ross Date: Wed, 24 Jan 2018 14:28:44 -0500 Subject: [PATCH] Bump patch version --- 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 d49ea0a..5a2fc60 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.1" + Version = "0.0.2" ) func main() {