From 4a9f78b2b62e04f4a17cee99f26b9ef627270a44 Mon Sep 17 00:00:00 2001 From: Nathan Klick Date: Thu, 29 Jun 2023 18:20:48 -0500 Subject: [PATCH] chore: walk back version in gradle.properties Signed-off-by: Nathan Klick --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 976af95ef..ff9f71df3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,7 +19,7 @@ end-to-end and full stack tests against the Hedera network software. Designed wi purpose built for the Hedera community and open-source contributors. # Version for all subprojects -version=0.2.0-alpha.1 +version=0.1.2 # Set the default Group ID group=com.hedera.fullstack