Skip to content

Commit

Permalink
Merge pull request #1132 from YANG-DB/fix-version-number-1.3
Browse files Browse the repository at this point in the history
revert minor version change as not compatible with last version
  • Loading branch information
YANG-DB authored Dec 1, 2022
2 parents 0ea550e + 1242dc4 commit fc27cd1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [pull_request, push]
env:
PLUGIN_NAME: query-workbench-dashboards
OPENSEARCH_VERSION: '1.3'
OPENSEARCH_PLUGIN_VERSION: 1.3.7.1
OPENSEARCH_PLUGIN_VERSION: 1.3.7.0

jobs:

Expand Down
2 changes: 1 addition & 1 deletion workbench/opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "queryWorkbenchDashboards",
"version": "1.3.7.1",
"version": "1.3.7.0",
"opensearchDashboardsVersion": "1.3.7",
"server": true,
"ui": true,
Expand Down
2 changes: 1 addition & 1 deletion workbench/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opensearch-query-workbench",
"version": "1.3.7.1",
"version": "1.3.7.0",
"description": "Query Workbench",
"main": "index.js",
"license": "Apache-2.0",
Expand Down

0 comments on commit fc27cd1

Please sign in to comment.