Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1086 from opendistro-for-elasticsearch/opendistro…
Browse files Browse the repository at this point in the history
…-1.13.2.0

Merge from `Opendistro 1.13.2.0` into `dev`
  • Loading branch information
zhongnansu authored Apr 6, 2021
2 parents 0bb88d0 + 74706b6 commit 2c2a9a9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sql-workbench-release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
PLUGIN_NAME: opendistroQueryWorkbenchKibana
OD_VERSION: 1.13.0.0
OD_VERSION: 1.13.2.0

jobs:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request, push]

env:
PLUGIN_NAME: opendistroQueryWorkbenchKibana
OD_VERSION: 1.13.0.0
OD_VERSION: 1.13.2.0

jobs:

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

ext {
opendistroVersion = '1.13.0'
opendistroVersion = '1.13.2'
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# permissions and limitations under the License.
#

version=1.13.0
version=1.13.2
org.gradle.jvmargs=-Duser.language=en -Duser.country=US
2 changes: 1 addition & 1 deletion workbench/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opendistro-query-workbench",
"version": "1.13.0.0",
"version": "1.13.2.0",
"description": "Query Workbench",
"main": "index.js",
"license": "Apache-2.0",
Expand Down

0 comments on commit 2c2a9a9

Please sign in to comment.