mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-03-13 07:10:03 +01:00
Bump version to 5.5
This commit is contained in:
parent
9f66d0db27
commit
c93317d0c7
@ -8,7 +8,7 @@ compileJava {
|
||||
options.release = 8
|
||||
}
|
||||
|
||||
ext.apiVersion = '5.4-R0.1'
|
||||
ext.apiVersion = '5.5-R0.1'
|
||||
|
||||
publishing {
|
||||
repositories {
|
||||
|
@ -33,10 +33,10 @@ def buildVersion = determineBuildVersion()
|
||||
allprojects {
|
||||
|
||||
group "com.djrapitops"
|
||||
version "5.4-SNAPSHOT"
|
||||
version "5.5-SNAPSHOT"
|
||||
|
||||
ext.majorVersion = '5'
|
||||
ext.minorVersion = '4'
|
||||
ext.minorVersion = '5'
|
||||
ext.buildVersion = buildVersion
|
||||
ext.fullVersion = project.ext.majorVersion + '.' + project.ext.minorVersion + ' build ' + project.ext.buildVersion
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user