From 016a08999c44e8ea604f3e45de82f3b0e67fa7cb Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 06:00:40 +0000 Subject: [PATCH] Update version in Ballerina.toml files --- api/Ballerina.toml | 2 +- client/Ballerina.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/Ballerina.toml b/api/Ballerina.toml index aefc551..cd9568e 100644 --- a/api/Ballerina.toml +++ b/api/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "avinyafoundation" name = "global_data_api" -version = "0.1.19" +version = "0.2.0" distribution = "2201.1.1" [build-options] diff --git a/client/Ballerina.toml b/client/Ballerina.toml index c5f8971..fb7e0b3 100644 --- a/client/Ballerina.toml +++ b/client/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "avinyafoundation" name = "global_data_client" -version = "0.1.19" +version = "0.2.0" distribution = "2201.1.1" [build-options]