Skip to content

Commit 7f5490d

Browse files
committed
chore: new version 0.10.4 [skip ci] [ci skip]
1 parent 479a298 commit 7f5490d

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## [0.10.2](https://github.com/adhocore/please/releases/tag/0.10.2) (2019-10-23)
28

39
### Miscellaneous

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.3
1+
0.10.4

please

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ update()
126126
ok " Done [${NEWVER}]" 0
127127
}
128128

129-
version() { echo v0.10.3; }
129+
version() { echo v0.10.4; }
130130

131131
# get box.phar path
132132
get-box()

0 commit comments

Comments
 (0)