From c85ddf829b85549f1bfcdcb833901ea144b9a0cf Mon Sep 17 00:00:00 2001 From: Eli Flores Date: Tue, 10 May 2022 20:37:03 +0200 Subject: [PATCH] Make the version a release candidate (#24) Still not production ready, since it's missing functionality :sparkles: Signed-off-by: eliflores --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bc910f2..91064f0 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ publishing { maven(MavenPublication) { groupId = 'com.github.eliflores.tools' artifactId = 'eliflores-little-tools' - version = "0.1-SNAPSHOT" + version = "0.0.1-rc-1" from components.java pom {