From 1b3ca7f4eec3ad5d6bf6d9ac6a60a9beff3f1135 Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Tue, 11 Dec 2018 12:06:40 +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 eadfc12..22a2fa1 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("ecs-goploy v0.4.1")
+ fmt.Println("ecs-goploy v0.4.2")
},
}