Skip to content

Commit

Permalink
chore: version 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akadir committed Jan 21, 2022
1 parent b5d80ca commit 4324318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ USAGE:
gop [global options] command [command options] [arguments...]
VERSION:
0.6.1
0.6.2
COMMANDS:
branch opens current branch in browser.
Expand Down
2 changes: 1 addition & 1 deletion cmd/gop.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func Run() {
gitCli := git.NewGit(executor.RealExecutor{})
app := &cli.App{
Name: "gop",
Version: "0.6.1",
Version: "0.6.2",
Usage: "opens current git repository's remote url on browser.",
Commands: []*cli.Command{
{
Expand Down

0 comments on commit 4324318

Please sign in to comment.