diff --git a/Ballerina.toml b/Ballerina.toml index 540bf9b..f985e90 100644 --- a/Ballerina.toml +++ b/Ballerina.toml @@ -2,7 +2,7 @@ distribution = "2201.0.0" org = "ballerinax" name = "snowflake.driver" -version = "2.2.0" +version = "2.3.0" license= ["Apache-2.0"] authors = ["Ballerina"] keywords = ["Business Intelligence/Data Warehouse", "Cost/Paid"] diff --git a/Dependencies.toml b/Dependencies.toml index 3775ca8..091c8e1 100644 --- a/Dependencies.toml +++ b/Dependencies.toml @@ -37,7 +37,7 @@ modules = [ [[package]] org = "ballerinax" name = "snowflake.driver" -version = "2.2.0" +version = "2.3.0" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerinai", name = "observe"}