We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 479a298 commit 7f5490dCopy full SHA for 7f5490d
3 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [0.10.4](https://github.com/adhocore/please/releases/tag/0.10.4) (2020-01-09)
2
+
3
+### Internal Refactors
4
+- Use $(fn) instead of backtick calls (Jitendra Adhikari) [_479a298_](https://github.com/adhocore/please/commit/479a298)
5
6
7
## [0.10.2](https://github.com/adhocore/please/releases/tag/0.10.2) (2019-10-23)
8
9
### Miscellaneous
VERSION
@@ -1 +1 @@
-0.10.3
+0.10.4
please
@@ -126,7 +126,7 @@ update()
126
ok " Done [${NEWVER}]" 0
127
}
128
129
-version() { echo v0.10.3; }
+version() { echo v0.10.4; }
130
131
# get box.phar path
132
get-box()
0 commit comments