We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e690d3b commit 92e4524Copy full SHA for 92e4524
CHANGELOG.md
@@ -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
7
## [v0.12.2](https://github.com/adhocore/please/releases/tag/v0.12.2) (2021-10-20)
8
9
### Bug Fixes
VERSION
@@ -1 +1 @@
-v0.12.2
+v0.12.3
please
@@ -129,7 +129,7 @@ update()
129
ok " Done [${NEWVER}]" 0
130
}
131
132
-version() { echo v0.12.2; }
+version() { echo v0.12.3; }
133
134
# get box.phar path
135
get-box()
0 commit comments