From fa7c81862a4ad7f2816e92fd7cba9762a7b7c0d9 Mon Sep 17 00:00:00 2001 From: Lucas Burson Date: Sun, 5 Nov 2023 19:33:11 -0600 Subject: [PATCH] Update version to 0.4.6-SNAPSHOT --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 0f6293a..7dbc3ac 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ group=org.maproulette.client # # If you want to publish a release, create a GitHub Release using the UI. # This will trigger a build that removes the '-SNAPSHOT' suffix and publishes the release to Sonatype. -version=0.4.5-SNAPSHOT +version=0.4.6-SNAPSHOT project_name=MapRoulette Java Client project_description=Java Client to connect and use MapRoulette API