From 72c23ab6dbf68ac8a37baa657a04244462eaf054 Mon Sep 17 00:00:00 2001 From: Mariano Barrios Date: Sat, 28 Oct 2023 01:16:54 +0200 Subject: [PATCH] 0.8.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index dbcbf52..c0b0683 100644 --- a/build.gradle +++ b/build.gradle @@ -84,7 +84,7 @@ publishing { dregex(MavenPublication) { groupId = 'com.github.marianobarrios' artifactId = 'dregex' - version = '0.8.0-SNAPSHOT' + version = '0.8.0' from components.java pom { name = 'dregex'