Skip to content

Commit

Permalink
chore: new version v0.12.2 [skip ci] [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Oct 20, 2021
1 parent 247c08e commit ec81d41
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [v0.12.2](https://github.com/adhocore/please/releases/tag/v0.12.2) (2021-10-20)

### Bug Fixes
- Junk semicolon (Jitendra Adhikari) [_247c08e_](https://github.com/adhocore/please/commit/247c08e)


## [v0.12.1](https://github.com/adhocore/please/releases/tag/v0.12.1) (2021-10-20)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.12.1
v0.12.2
2 changes: 1 addition & 1 deletion please
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ update()
ok " Done [${NEWVER}]" 0
}

version() { echo v0.12.1; }
version() { echo v0.12.2; }

# get box.phar path
get-box()
Expand Down

0 comments on commit ec81d41

Please sign in to comment.