From c4971a6bc7cc1424f275b1ffadd1ccbfa6db24da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20J=2E=20Garc=C3=ADa?= Date: Thu, 15 Sep 2022 21:57:02 +0100 Subject: [PATCH] Fix version name It was accidentally updated, so we are rolling back to the previous value. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index b4412552..e67a0d3d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.github.ben-manes -VERSION_NAME=0.43.5-SNAPSHOT +VERSION_NAME=0.42.0-SNAPSHOT POM_INCEPTION_YEAR=2012 POM_PACKAGING=jar