From 10ae3cc97ca48888781b1957bfe7b020ec8c76bd Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Wed, 17 Jun 2020 15:08:53 +0900
Subject: [PATCH] Bump to version 0.4.2
---
cmd/version.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd/version.go b/cmd/version.go
index b4dae32..a8cced6 100644
--- a/cmd/version.go
+++ b/cmd/version.go
@@ -11,7 +11,7 @@ func versionCmd() *cobra.Command {
Use: "version",
Short: "Print the version number",
Run: func(cmd *cobra.Command, args []string) {
- fmt.Println("kube-job v0.4.0")
+ fmt.Println("kube-job v0.4.2")
},
}