diff --git a/README.md b/README.md index 68a50f2..8d04304 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ Please check [godoc](https://godoc.org/github.com/h3poteto/ecs-goploy/deploy). Get binary from github: ``` -$ wget https://github.com/h3poteto/ecs-goploy/releases/download/v0.3.4/ecs-goploy_v0.3.4_linux_amd64.zip -$ unzip ecs-goploy_v0.3.4_linux_amd64.zip +$ wget https://github.com/h3poteto/ecs-goploy/releases/download/v0.5.0/ecs-goploy_v0.5.0_linux_amd64.zip +$ unzip ecs-goploy_v0.5.0_linux_amd64.zip $ ./ecs-goploy --help ``` diff --git a/cmd/version.go b/cmd/version.go index 22a2fa1..c53926a 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.2") + fmt.Println("ecs-goploy v0.5.0") }, }