Skip to content

Commit c964621

Browse files
committed
Bump version to 5.7
1 parent f3fae0e commit c964621

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Plan/api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ compileJava {
1111
options.release = 8
1212
}
1313

14-
def apiVersion = "5.6-R0.1"
14+
def apiVersion = "5.7-R0.1"
1515

1616
publishing {
1717
repositories {

Plan/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ clean {
2222

2323
allprojects {
2424
group = "com.djrapitops"
25-
version = "5.6-SNAPSHOT"
25+
version = "5.7-SNAPSHOT"
2626

2727
ext {
2828
majorVersion = "5"
29-
minorVersion = "6"
29+
minorVersion = "7"
3030
buildVersion = providers.provider {
3131
def command = "git rev-list --count HEAD"
3232
def buildInfo = command.execute().text.trim()

0 commit comments

Comments
 (0)