Skip to content

Commit 58279d8

Browse files
committed
Bump version to 5.6-SNAPSHOT in build.gradle
1 parent a5f05c6 commit 58279d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ subprojects {
1313
apply plugin: 'org.cadixdev.licenser'
1414

1515
group = 'me.lucko.luckperms'
16-
version = '5.5-SNAPSHOT'
16+
version = '5.6-SNAPSHOT'
1717

1818
sourceCompatibility = 11
1919
targetCompatibility = 11
@@ -52,7 +52,7 @@ subprojects {
5252
}
5353

5454
project.ext.majorVersion = '5'
55-
project.ext.minorVersion = '5'
55+
project.ext.minorVersion = '6'
5656
project.ext.patchVersion = determinePatchVersion()
5757
project.ext.apiVersion = project.ext.majorVersion + '.' + project.ext.minorVersion
5858
project.ext.fullVersion = project.ext.apiVersion + '.' + project.ext.patchVersion

0 commit comments

Comments
 (0)