Skip to content

Commit

Permalink
build(release): bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
qoomon committed Oct 17, 2022
1 parent 1ad9691 commit 098a5db
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 6.3.3

##### Fixes
- Fixes describe.tag.version.label #95


## 6.3.2

##### Fixes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This plugin can virtually set project version and properties, based on current *

```groovy
plugins {
id 'me.qoomon.git-versioning' version '6.3.2'
id 'me.qoomon.git-versioning' version '6.3.3'
}
version = '0.0.0-SNAPSHOT'
Expand All @@ -41,7 +41,7 @@ gitVersioning.apply {

```kotlin
plugins {
id("me.qoomon.git-versioning") version "6.3.2"
id("me.qoomon.git-versioning") version "6.3.3"
}

version = "0.0.0-SNAPSHOT"
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.3.2'
version '6.3.3'
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11

Expand Down

0 comments on commit 098a5db

Please sign in to comment.