bump version
All checks were successful
Build / Gradle-Build (push) Successful in 13s
Publish / Gradle-Publish (push) Successful in 15s
Test / Gradle-Test (push) Successful in 17s

This commit is contained in:
tueem 2025-04-10 12:56:19 +02:00
parent 2f07ac1822
commit 2cd14d4a5d
Signed by: tueem
GPG Key ID: 65C8667EC17A88FB

View File

@ -6,7 +6,7 @@ plugins {
allprojects {
group = "net.tomatentum.cutin"
version = "0.1.0-RC1" + (if (!project.hasProperty("release")) ("-" + getGitHash()) else "")
version = "0.1.0" + (if (!project.hasProperty("release")) ("-" + getGitHash()) else "")
description = "A lightweight Reflection abstraction specifically but not exclusively made for tueem/Marinara."
plugins.withType<JavaPlugin> {
tasks.withType<Jar>().configureEach {