Skip to content

Commit 098a5db

Browse files
committed
build(release): bump patch version
1 parent 1ad9691 commit 098a5db

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 6.3.3
4+
5+
##### Fixes
6+
- Fixes describe.tag.version.label #95
7+
8+
39
## 6.3.2
410

511
##### Fixes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This plugin can virtually set project version and properties, based on current *
2828

2929
```groovy
3030
plugins {
31-
id 'me.qoomon.git-versioning' version '6.3.2'
31+
id 'me.qoomon.git-versioning' version '6.3.3'
3232
}
3333
3434
version = '0.0.0-SNAPSHOT'
@@ -41,7 +41,7 @@ gitVersioning.apply {
4141

4242
```kotlin
4343
plugins {
44-
id("me.qoomon.git-versioning") version "6.3.2"
44+
id("me.qoomon.git-versioning") version "6.3.3"
4545
}
4646

4747
version = "0.0.0-SNAPSHOT"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

1414
group 'me.qoomon'
15-
version '6.3.2'
15+
version '6.3.3'
1616
sourceCompatibility = JavaVersion.VERSION_11
1717
targetCompatibility = JavaVersion.VERSION_11
1818

0 commit comments

Comments
 (0)