Skip to content

Commit ec81d41

Browse files
committed
chore: new version v0.12.2 [skip ci] [ci skip]
1 parent 247c08e commit ec81d41

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.2](https://github.com/adhocore/please/releases/tag/v0.12.2) (2021-10-20)
2+
3+
### Bug Fixes
4+
- Junk semicolon (Jitendra Adhikari) [_247c08e_](https://github.com/adhocore/please/commit/247c08e)
5+
6+
17
## [v0.12.1](https://github.com/adhocore/please/releases/tag/v0.12.1) (2021-10-20)
28

39
### Bug Fixes

VERSION

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

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.1; }
132+
version() { echo v0.12.2; }
133133

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

0 commit comments

Comments
 (0)