Skip to content

Commit

Permalink
Merge pull request #23 from NipunaMadhushan/test-main
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
NipunaMadhushan authored Nov 12, 2024
2 parents 0a622d6 + 062f94c commit a14d280
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
ballerina_version:
description: 'Ballerina version'
required: true
default: '2201.9.2'
default: '2201.10.0'
push:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/central-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
ballerina_version:
description: 'Ballerina version'
required: true
default: '2201.8.3'
default: '2201.10.0'
environment:
type: choice
description: Select environment
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/daily-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on:
ballerina_version:
description: 'Ballerina version'
required: true
default: '2201.9.2'
default: '2201.10.0'

env:
BALLERINA_DISTRIBUTION_VERSION: 2201.9.2 # Update this with the latest Ballerina version
BALLERINA_DISTRIBUTION_VERSION: 2201.10.0 # Update this with the latest Ballerina version

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/graalvm-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on:
ballerina_version:
description: 'Ballerina version'
required: true
default: '2201.9.2'
default: '2201.10.0'

env:
BALLERINA_DISTRIBUTION_VERSION: 2201.9.2 # Update this with the latest Ballerina version
BALLERINA_DISTRIBUTION_VERSION: 2201.10.0 # Update this with the latest Ballerina version

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
ballerina_version:
description: 'Ballerina version (e.g.; 2201.9.0)'
required: true
default: '2201.9.0'
default: '2201.10.0'

jobs:
publish-release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Validate Pull Request
on: pull_request

env:
BALLERINA_DISTRIBUTION_VERSION: 2201.8.3 # Update this with the latest Ballerina version
BALLERINA_DISTRIBUTION_VERSION: 2201.10.0 # Update this with the latest Ballerina version

jobs:
ubuntu-build:
Expand Down
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
org = "ballerinax"
name = "zipkin"
version = "@toml.version@"
distribution = "2201.9.0"
distribution = "2201.10.0"

[platform.java17]
graalvmCompatible = true
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
# under the License.

group=org.ballerinalang
version=0.9.1-SNAPSHOT
ballerinaLangVersion=2201.9.2
version=1.0.0-SNAPSHOT
ballerinaLangVersion=2201.10.0
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
Expand Down

0 comments on commit a14d280

Please sign in to comment.