Skip to content

Commit

Permalink
Bump version to 1.3.6
Browse files Browse the repository at this point in the history
Avoid extra output
  • Loading branch information
roguh committed Nov 1, 2021
1 parent 5044c23 commit ca01e21
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 @@ -11,7 +11,7 @@ Like the waves.

```
gp --help
gp: Pull, push, push new branch. Version 1.3.5
gp: Pull, push, push new branch. Version 1.3.6
- If there are changes in the remote branch, pull
- If there are changes in the local branch, push
Expand Down
2 changes: 1 addition & 1 deletion gp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
##### Author: Hugo O. Rivera 2021
VERSION=1.3.5
VERSION=1.3.6

set -e

Expand Down

0 comments on commit ca01e21

Please sign in to comment.