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() {