From a8923ec729561fab74f7e9e82ab310ac44ec98d6 Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Thu, 11 Nov 2021 23:01:37 +0100 Subject: [PATCH] build: Back to snapshot for development --- build.gradle.kts | 2 +- renovate.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: " }