Skip to content

Commit 5613fa1

Browse files
[AUTO] Increment version to 3.3.2-SNAPSHOT (#5732)
Signed-off-by: opensearch-ci-bot <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]>
1 parent 2d5462c commit 5613fa1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/plugin_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Plugin Install
33
on: [push, pull_request, workflow_dispatch]
44

55
env:
6-
OPENSEARCH_VERSION: 3.3.1
6+
OPENSEARCH_VERSION: 3.3.2
77
PLUGIN_NAME: opensearch-security
88

99
jobs:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import groovy.json.JsonBuilder
1616

1717
buildscript {
1818
ext {
19-
opensearch_version = System.getProperty("opensearch.version", "3.3.1-SNAPSHOT")
19+
opensearch_version = System.getProperty("opensearch.version", "3.3.2-SNAPSHOT")
2020
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
2121
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
2222

0 commit comments

Comments
 (0)