diff --git a/build.gradle.kts b/build.gradle.kts index 2bcbe8e7b..d520af302 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -18,7 +18,7 @@ plugins { idea } -version = "6.1.4" +version = "6.1.5-SNAPSHOT" allprojects { group = "com.plotsquared" diff --git a/renovate.json b/renovate.json index 31c2c090d..06f7da361 100644 --- a/renovate.json +++ b/renovate.json @@ -15,5 +15,5 @@ "on monday after 9am" ], "labels": ["Renovate"], - "commitMessagePrefix": "chore: " + "commitMessagePrefix": "build: " }