From f8aa605d290b6ef90fe3185f011d80cb94a1f386 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 18 Jun 2024 15:18:56 +0000 Subject: [PATCH] Move dependencies to stable version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index d36eed3d8..8cda39373 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ group=io.ballerina version=2.0.2-SNAPSHOT # Client Native Version -clientNativeVersion=1.0.1-SNAPSHOT +clientNativeVersion=1.0.1 # Mark this as false to skip publishing the client native artifacts clientNativePublish=true