Skip to content

Commit

Permalink
chore: new version 0.10.4 [skip ci] [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Jan 9, 2020
1 parent 479a298 commit 7f5490d
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.10.4](https://github.com/adhocore/please/releases/tag/0.10.4) (2020-01-09)

### Internal Refactors
- Use $(fn) instead of backtick calls (Jitendra Adhikari) [_479a298_](https://github.com/adhocore/please/commit/479a298)


## [0.10.2](https://github.com/adhocore/please/releases/tag/0.10.2) (2019-10-23)

### Miscellaneous
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.3
0.10.4
2 changes: 1 addition & 1 deletion please
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ update()
ok " Done [${NEWVER}]" 0
}

version() { echo v0.10.3; }
version() { echo v0.10.4; }

# get box.phar path
get-box()
Expand Down

0 comments on commit 7f5490d

Please sign in to comment.