Skip to content

Commit a4add57

Browse files
committed
releasing version v0.1.0
1 parent aee67c7 commit a4add57

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ Change the version for the [version](https://github.com/felipem1210/git-helper/t
1313
### Linux amd64
1414

1515
```sh
16-
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
16+
export GITHELPER_VERSION=0.1.0
17+
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
1718
sudo mv /tmp/git-helper /usr/local/bin/git-helper
1819
```
1920

cmd/root.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
// rootCmd represents the base command when called without any subcommands
2727
var rootCmd = &cobra.Command{
2828
Use: "githelper",
29-
Version: "v1.0.0-rc2",
29+
Version: "v0.1.0",
3030
Short: "A cli tool to help you manage git in multiple repositories",
3131
Long: `git-helper is a cli tool to help you manage git in multiple repositories
3232

0 commit comments

Comments
 (0)