Skip to content

Commit

Permalink
Bump version to 2.0.0 and increment version workflow base branch to 2…
Browse files Browse the repository at this point in the history
….x (#137)

Signed-off-by: Sayali Gaikawad <[email protected]>
  • Loading branch information
gaiksaya authored Feb 10, 2023
1 parent 462aec7 commit 2cab652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/version-increment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: peter-evans/create-pull-request@v4
with:
token: ${{ steps.github_app_token.outputs.token }}
base: '1.x'
base: '2.x'
committer: opensearch-ci-bot <[email protected]>
author: opensearch-ci-bot <[email protected]>
commit-message: |
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jacocoTestReport {
}
}

String version = '1.6.0'
String version = '2.0.0'

task updateVersion {
doLast {
Expand Down

0 comments on commit 2cab652

Please sign in to comment.