Skip to content

Commit

Permalink
Bump version to 2.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <[email protected]>
  • Loading branch information
gaiksaya committed Dec 6, 2022
1 parent 48b418c commit 33271b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on: [pull_request, push]
env:
PLUGIN_NAME: gantt-chart-dashboards
OPENSEARCH_VERSION: 'main'
OPENSEARCH_PLUGIN_VERSION: 2.4.0.0
OPENSEARCH_PLUGIN_VERSION: 2.4.1.0

jobs:

Expand Down
2 changes: 1 addition & 1 deletion gantt-chart/opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "ganttChartDashboards",
"version": "2.4.0.0",
"version": "2.4.1.0",
"opensearchDashboardsVersion": "2.4.0",
"requiredPlugins": [
"visualizations",
Expand Down
2 changes: 1 addition & 1 deletion gantt-chart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gantt-chart-dashboards",
"version": "2.4.0.0",
"version": "2.4.1.0",
"license": "Apache-2.0",
"scripts": {
"osd": "node ../../scripts/osd",
Expand Down

0 comments on commit 33271b8

Please sign in to comment.