Skip to content

Commit

Permalink
added rebuilded binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Build Job committed Mar 2, 2021
1 parent 8430c50 commit 156b561
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file modified cmd/git-project/git-project.linux.64bit
Binary file not shown.
Binary file modified cmd/git-project/git-project.mac.64bit
Binary file not shown.
Binary file modified cmd/git-project/git-project.windows.64bit
Binary file not shown.
2 changes: 1 addition & 1 deletion main/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func addDefaultOptions(cli *clif.Cli) {
}

func main() {
cli := clif.New("git-project", "DEV-VERSION", "Manage your github projects with git cli")
cli := clif.New("git-project", "$VERSION", "Manage your github projects with git cli")
addDefaultOptions(cli)

for _, cb := range commands.Commands {
Expand Down

0 comments on commit 156b561

Please sign in to comment.