Skip to content

Commit fc27cd1

Browse files
authored
Merge pull request #1132 from YANG-DB/fix-version-number-1.3
revert minor version change as not compatible with last version
2 parents 0ea550e + 1242dc4 commit fc27cd1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/sql-workbench-test-and-build-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [pull_request, push]
55
env:
66
PLUGIN_NAME: query-workbench-dashboards
77
OPENSEARCH_VERSION: '1.3'
8-
OPENSEARCH_PLUGIN_VERSION: 1.3.7.1
8+
OPENSEARCH_PLUGIN_VERSION: 1.3.7.0
99

1010
jobs:
1111

workbench/opensearch_dashboards.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "queryWorkbenchDashboards",
3-
"version": "1.3.7.1",
3+
"version": "1.3.7.0",
44
"opensearchDashboardsVersion": "1.3.7",
55
"server": true,
66
"ui": true,

workbench/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opensearch-query-workbench",
3-
"version": "1.3.7.1",
3+
"version": "1.3.7.0",
44
"description": "Query Workbench",
55
"main": "index.js",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)