Skip to content

Commit

Permalink
Bump version to 2.3.1 (#263)
Browse files Browse the repository at this point in the history
* Bump version to 2.3.1

Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>

* Refactor

Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>

---------

Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
  • Loading branch information
gaiksaya committed Sep 6, 2023
1 parent 0d5a5d4 commit 3002f20
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
branches:
- "*"
env:
OPENSEARCH_DASHBOARDS_VERSION: '2.3.0'
OPENSEARCH_VERSION: '2.3.0.0'
OPENSEARCH_DASHBOARDS_VERSION: '2.3.1'
OPENSEARCH_VERSION: '2.3.1.0'
jobs:
tests:
name: Run Cypress E2E tests
Expand Down
2 changes: 1 addition & 1 deletion opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "indexManagementDashboards",
"version": "2.3.0.0",
"version": "2.3.1.0",
"opensearchDashboardsVersion": "2.3.0",
"configPath": ["opensearch_index_management"],
"requiredPlugins": ["navigation"],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opensearch_index_management_dashboards",
"version": "2.3.0.0",
"version": "2.3.1.0",
"description": "Opensearch Dashboards plugin for Index Management",
"main": "index.js",
"license": "Apache-2.0",
Expand Down

0 comments on commit 3002f20

Please sign in to comment.