Skip to content

Commit 02dc399

Browse files
authored
Incremented version to 1.2.3. (#354)
Signed-off-by: dblock <[email protected]>
1 parent c56ec85 commit 02dc399

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/opensearch-observability-test-and-build-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test and Build OpenSearch Observability Backend Plugin
33
on: [pull_request, push]
44

55
env:
6-
OPENSEARCH_VERSION: '1.2.2-SNAPSHOT'
6+
OPENSEARCH_VERSION: '1.2.3-SNAPSHOT'
77
OPENSEARCH_BRANCH: '1.2'
88
COMMON_UTILS_BRANCH: 'main'
99

opensearch-observability/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import java.util.concurrent.Callable
88

99
buildscript {
1010
ext {
11-
opensearch_version = System.getProperty("opensearch.version", "1.2.2-SNAPSHOT")
11+
opensearch_version = System.getProperty("opensearch.version", "1.2.3-SNAPSHOT")
1212
// 1.0.0 -> 1.0.0.0, and 1.0.0-SNAPSHOT -> 1.0.0.0-SNAPSHOT
1313
opensearch_build = opensearch_version.replaceAll(/(\.\d)([^\d]*)$/, '$1.0$2')
1414
common_utils_version = System.getProperty("common_utils.version", opensearch_build)

0 commit comments

Comments
 (0)