Skip to content

Commit 92e4524

Browse files
committed
chore: new version v0.12.3 [skip ci] [ci skip]
1 parent e690d3b commit 92e4524

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [v0.12.3](https://github.com/adhocore/please/releases/tag/v0.12.3) (2021-10-20)
2+
3+
### Miscellaneous
4+
- Use qgit instead (Jitendra Adhikari) [_e690d3b_](https://github.com/adhocore/please/commit/e690d3b)
5+
6+
17
## [v0.12.2](https://github.com/adhocore/please/releases/tag/v0.12.2) (2021-10-20)
28

39
### Bug Fixes

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.12.2
1+
v0.12.3

please

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ update()
129129
ok " Done [${NEWVER}]" 0
130130
}
131131

132-
version() { echo v0.12.2; }
132+
version() { echo v0.12.3; }
133133

134134
# get box.phar path
135135
get-box()

0 commit comments

Comments
 (0)