From 4d684e92028a32d0e25724b06d2772b3d89e4892 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Thu, 15 Jun 2017 18:14:40 +0900 Subject: [PATCH] Bump to version 0.3.1 --- cmd/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/version.go b/cmd/version.go index 3232e0d..eccd36f 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.3.0") + fmt.Println("ecs-goploy v0.3.1") }, }