From 44075ec2afc8f78138758db5f8a5cc822adb1c4f Mon Sep 17 00:00:00 2001 From: Krishnananthalingam Tharmigan <63336800+TharmiganK@users.noreply.github.com> Date: Tue, 20 Aug 2024 15:46:24 +0530 Subject: [PATCH] Make the client native version as snapshot version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index c4938fb20..74e4ec880 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ version=2.1.1-SNAPSHOT ballerinaToOpenAPIVersion=2.1.0 # Client Native Version -clientNativeVersion=1.0.1 +clientNativeVersion=1.0.1-SNAPSHOT # Mark this as false to skip publishing the client native artifacts clientNativePublish=false