From 88ce886c8c6bf336839ae36a7c292cdc97137565 Mon Sep 17 00:00:00 2001 From: Ikhun Um Date: Fri, 3 Dec 2021 17:30:42 +0900 Subject: [PATCH] Update the project version to 0.53.1-SNAPSHOT --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 8671f27191..e2cbbe939a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.linecorp.centraldogma -version=0.52.7-SNAPSHOT +version=0.53.1-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