Skip to content

Commit

Permalink
chore: new version 0.6.4 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Oct 2, 2019
1 parent cf932f8 commit e2f9f66
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.6.4](https://github.com/adhocore/tusc.sh/releases/tag/0.6.4) (2019-10-02)

### Miscellaneous
- Add after-release hook (Jitendra Adhikari) [_cf932f8_](https://github.com/adhocore/tusc.sh/commit/cf932f8)


## [0.6.3](https://github.com/adhocore/tusc.sh/releases/tag/0.6.3) (2019-10-02)

### Internal Refactors
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.3
0.6.4
2 changes: 1 addition & 1 deletion tusc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ info() { line "$1" 33; }
comment() { line "$1" 2 1; }

# show version
version() { echo v0.6.3; }
version() { echo v0.6.4; }

# update tusc
update()
Expand Down

0 comments on commit e2f9f66

Please sign in to comment.