From 079daeb61adcee23a66553f32f1d30f6ef9d9413 Mon Sep 17 00:00:00 2001 From: Hannam Rhee Date: Mon, 28 Aug 2023 12:11:53 +0900 Subject: [PATCH] Update the project version to 0.62.2-SNAPSHOT --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 602b99be24..e142cd02fa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.linecorp.centraldogma -version=0.62.1-SNAPSHOT +version=0.62.2-SNAPSHOT projectName=Central Dogma projectUrl=https://line.github.io/centraldogma/ projectDescription=Highly-available version-controlled service configuration repository based on Git, ZooKeeper and HTTP/2