Skip to content

Commit

Permalink
Merge pull request #344 from dblock/increment-to-1.2.3
Browse files Browse the repository at this point in the history
Incremented version to 1.2.3.
  • Loading branch information
saratvemulapalli authored Dec 17, 2021
2 parents a8edf6c + 07efe37 commit 57ead85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sql-test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: SQL Java CI
on: [push, pull_request]

env:
OPENSEARCH_VERSION: '1.2.2-SNAPSHOT'
OPENSEARCH_VERSION: '1.2.3-SNAPSHOT'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

buildscript {
ext {
opensearch_version = System.getProperty("opensearch.version", "1.2.2-SNAPSHOT")
opensearch_version = System.getProperty("opensearch.version", "1.2.3-SNAPSHOT")
}

repositories {
Expand Down

0 comments on commit 57ead85

Please sign in to comment.