From 0310db508ced15b5d91a36541823ecfb3ddcc735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Juli=C3=A1n=20Garc=C3=ADa=20Granado?= Date: Thu, 15 Sep 2022 22:04:09 +0100 Subject: [PATCH] Fix version name (#696) 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