Skip to content

Commit f6fe19a

Browse files
opensearch-trigger-bot[bot]opensearch-ci-botpeterzhuamazon
authored
Increment version to 3.3.2-SNAPSHOT (opensearch-project#1135)
Signed-off-by: opensearch-ci-bot <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]> Co-authored-by: Peter Zhu <[email protected]>
1 parent 3ce94ba commit f6fe19a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/draft-release-notes-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
with:
1717
config-name: draft-release-notes-config.yml
1818
tag: (None)
19-
version: 3.3.1.0
19+
version: 3.3.2.0
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ buildscript {
2828
opensearch_group = "org.opensearch"
2929

3030
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
31-
opensearch_version = System.getProperty("opensearch.version", "3.3.1-SNAPSHOT")
31+
opensearch_version = System.getProperty("opensearch.version", "3.3.2-SNAPSHOT")
3232
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
3333
// 2.0.0-rc1-SNAPSHOT -> 2.0.0.0-rc1-SNAPSHOT
3434
version_tokens = opensearch_version.tokenize('-')

0 commit comments

Comments
 (0)