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

Commit

Permalink
bump to od 1.13.2 in workbench workflows and gradle properties
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcui1225 committed Mar 31, 2021
1 parent da16c7a commit 691b516
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sql-workbench-release-workflow.yml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ on:

env:
PLUGIN_NAME: opendistroQueryWorkbenchKibana
OD_VERSION: 1.13.0.0
OD_VERSION: 1.13.2.0

jobs:

Original file line number Diff line number Diff line change
@@ -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:

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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",

0 comments on commit 691b516

Please sign in to comment.