diff --git a/README.md b/README.md index 12f68e4..3a46b46 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ Change the version for the [version](https://github.com/felipem1210/git-helper/t ### Linux amd64 ```sh -curl -L https://github.com/felipem1210/git-helper/releases/download/v1.0.0-rc1/git-helper_1.0.0_linux_amd64.tar.gz |tar xzv -C /tmp +export GITHELPER_VERSION=0.1.0 +curl -L "https://github.com/felipem1210/git-helper/releases/download/v${GITHELPER_VERSION}/git-helper_${GITHELPER_VERSION}_linux_amd64.tar.gz" |tar xzv -C /tmp sudo mv /tmp/git-helper /usr/local/bin/git-helper ``` diff --git a/cmd/root.go b/cmd/root.go index e06b7cd..8cc8925 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -26,7 +26,7 @@ import ( // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{ Use: "githelper", - Version: "v1.0.0-rc2", + Version: "v0.1.0", Short: "A cli tool to help you manage git in multiple repositories", Long: `git-helper is a cli tool to help you manage git in multiple repositories