We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f05c6 commit 58279d8Copy full SHA for 58279d8
1 file changed
build.gradle
@@ -13,7 +13,7 @@ subprojects {
13
apply plugin: 'org.cadixdev.licenser'
14
15
group = 'me.lucko.luckperms'
16
- version = '5.5-SNAPSHOT'
+ version = '5.6-SNAPSHOT'
17
18
sourceCompatibility = 11
19
targetCompatibility = 11
@@ -52,7 +52,7 @@ subprojects {
52
}
53
54
project.ext.majorVersion = '5'
55
- project.ext.minorVersion = '5'
+ project.ext.minorVersion = '6'
56
project.ext.patchVersion = determinePatchVersion()
57
project.ext.apiVersion = project.ext.majorVersion + '.' + project.ext.minorVersion
58
project.ext.fullVersion = project.ext.apiVersion + '.' + project.ext.patchVersion
0 commit comments