Skip to content

Commit

Permalink
Update the connector version and bal version
Browse files Browse the repository at this point in the history
  • Loading branch information
KATTA-00 committed Aug 16, 2024
1 parent b045015 commit b5a7133
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
distribution = "2201.9.2"
distribution = "2201.9.3"
org = "ballerinax"
name = "openai.finetunes"
version = "@toml.version@"
license = ["Apache-2.0"]
authors = ["Ballerina"]
keywords = [] # TODO: Add keywords
icon = "icon.png" # TODO: Add icon
keywords = ["AI/Fine-tunes", "OpenAI", "Cost/Paid", "Files", "Models", "Vendor/OpenAI"]
icon = "icon.png"
repository = "https://github.com/ballerina-platform/module-ballerinax-openai.finetunes"

[build-options]
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.caching=true
group=io.ballerina.lib
version=1.0.5-SNAPSHOT
version=2.0.0-SNAPSHOT

releasePluginVersion=2.8.0
ballerinaGradlePluginVersion=2.2.4
ballerinaLangVersion=2201.9.2
ballerinaLangVersion=2201.9.3

0 comments on commit b5a7133

Please sign in to comment.