From e1f65c64914286e340f9a657500a4a8f81935840 Mon Sep 17 00:00:00 2001 From: Dimitris Kapanidis Date: Thu, 9 Jul 2015 18:25:02 +0200 Subject: [PATCH] Preparing version 0.4.0 --- README.md | 2 +- captain/cmd.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51b2b83..89e7020 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ From the other side, you can now pull the feature branch you want to test, or cr To install Captain, run the following commands: ``` -curl -L https://github.com/harbur/captain/releases/download/v0.3.2/captain > /usr/local/bin/captain +curl -L https://github.com/harbur/captain/releases/download/v0.4.0/captain > /usr/local/bin/captain chmod +x /usr/local/bin/captain ``` diff --git a/captain/cmd.go b/captain/cmd.go index a4f881f..5f16092 100644 --- a/captain/cmd.go +++ b/captain/cmd.go @@ -91,7 +91,7 @@ func handleCmd() { Short: "Display version", Long: `Displays the version of Captain.`, Run: func(cmd *cobra.Command, args []string) { - fmt.Println("v0.3.2") + fmt.Println("v0.4.0") }, }