aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuck <git@lucko.me>2022-04-24 15:54:48 +0100
committerLuck <git@lucko.me>2022-04-24 15:54:48 +0100
commitda5a859adb7d25752dd0d3564fa15669242ae92f (patch)
treebe8486f1ec65cef97fcc0841697f82e0481714b9
parent5de2b6bda8d824e3f6313199ae0d4a790b90661b (diff)
downloadspark-da5a859adb7d25752dd0d3564fa15669242ae92f.tar.gz
spark-da5a859adb7d25752dd0d3564fa15669242ae92f.tar.bz2
spark-da5a859adb7d25752dd0d3564fa15669242ae92f.zip
Bump minor version
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 2780159..2c139bb 100644
--- a/build.gradle
+++ b/build.gradle
@@ -4,7 +4,7 @@ plugins {
allprojects {
group = 'me.lucko'
- version = '1.8-SNAPSHOT'
+ version = '1.9-SNAPSHOT'
configurations {
compileClasspath // Fabric-loom needs this for remap jar for some reason
@@ -18,7 +18,7 @@ subprojects {
apply plugin: 'org.cadixdev.licenser'
ext {
- baseVersion = '1.8'
+ baseVersion = '1.9'
patchVersion = determinePatchVersion()
pluginVersion = baseVersion + '.' + patchVersion
pluginDescription = 'spark is a performance profiling plugin/mod for Minecraft clients, servers and proxies.'