From 86fc24cff9a9524bc3d57c569ce2a14aa45d7b36 Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 14 Sep 2024 16:32:54 -0300 Subject: [PATCH] bump version to 2.0.0-SNAPSHOT --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index e977b663..875a000b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=1.10.3 +VERSION_NAME=2.0.0-SNAPSHOT GROUP=com.rollbar POM_DESCRIPTION=For connecting your applications built on the JVM to Rollbar for Error Reporting