Skip to content

Commit

Permalink
releasing version v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felipem1210 committed Jun 24, 2022
1 parent aee67c7 commit a4add57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4add57

Please sign in to comment.