diff --git a/CHANGELOG.md b/CHANGELOG.md index 17dff8f..821db5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/VERSION b/VERSION index a3f5a8e..9b40aa6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.10.3 +0.10.4 diff --git a/please b/please index a908c40..5d830ad 100755 --- a/please +++ b/please @@ -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()