Skip to content

Commit

Permalink
build(release): bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
qoomon committed Jul 26, 2022
1 parent c5020c7 commit e690ea7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 6.2.0

##### Features
- add new placeholders
- `${describe.tag.version.patch.plus.describe.distance}`
- `${describe.tag.version.patch.next.plus.describe.distance}`
- `${describe.tag.version.label.plus.describe.distance}`
- `${describe.tag.version.label.next.plus.describe.distance}`


## 6.2.0

##### Features
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
}

group 'me.qoomon'
version '6.2.0'
version '6.3.0'
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

Expand Down

0 comments on commit e690ea7

Please sign in to comment.