Skip to content

Commit

Permalink
Increment version to 2.11.1.0 (#186)
Browse files Browse the repository at this point in the history
Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>
  • Loading branch information
1 parent 94805c5 commit b18f5f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"id": "queryWorkbenchDashboards",
"version": "2.11.0.0",
"opensearchDashboardsVersion": "2.11.0",
"version": "2.11.1.0",
"opensearchDashboardsVersion": "2.11.1",
"server": true,
"ui": true,
"requiredPlugins": ["navigation"],
"requiredPlugins": [
"navigation"
],
"optionalPlugins": []
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opensearch-query-workbench",
"version": "2.11.0.0",
"version": "2.11.1.0",
"description": "Query Workbench",
"main": "index.js",
"license": "Apache-2.0",
Expand Down Expand Up @@ -47,4 +47,4 @@
"semver": "^7.5.2",
"@cypress/request": "^3.0.0"
}
}
}

0 comments on commit b18f5f4

Please sign in to comment.