Skip to content

Commit

Permalink
Merge branch 'bump-bc-kafka-1.3' of https://github.com/cwperks/security
Browse files Browse the repository at this point in the history
… into bump-bc-kafka-1.3
  • Loading branch information
cwperks committed Jun 12, 2024
2 parents f07750a + b6c86b7 commit 3d6380e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/plugin_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Plugin Install
on: [push, pull_request, workflow_dispatch]

env:
OPENSEARCH_VERSION: 1.3.17
OPENSEARCH_VERSION: 1.3.18
PLUGIN_NAME: opensearch-security

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

ext {
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
opensearch_version = System.getProperty("opensearch.version", "1.3.17-SNAPSHOT")
opensearch_version = System.getProperty("opensearch.version", "1.3.18-SNAPSHOT")
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
version_tokens = opensearch_version.tokenize('-')
opensearch_build = version_tokens[0] + '.0'
Expand Down

0 comments on commit 3d6380e

Please sign in to comment.