Skip to content

Commit 929ebfe

Browse files
authored
Bump version to 2.4 (#832)
Signed-off-by: Peng Huo <[email protected]>
1 parent 7bb52a8 commit 929ebfe

7 files changed

+8
-8
lines changed

.github/workflows/draft-release-notes-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
with:
1717
config-name: draft-release-notes-config.yml
1818
tag: (None)
19-
version: 2.3.0.0
19+
version: 2.4.0.0
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/sql-odbc-release-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
ODBC_BUILD_PATH: "./build/odbc/build"
1313
AWS_SDK_INSTALL_PATH: "./build/aws-sdk/install"
1414
PLUGIN_NAME: opensearch-sql-odbc
15-
OD_VERSION: 2.3.0.0
15+
OD_VERSION: 2.4.0.0
1616

1717
jobs:
1818
build-mac:

.github/workflows/sql-workbench-release-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
env:
99
PLUGIN_NAME: query-workbench-dashboards
1010
OPENSEARCH_VERSION: 'main'
11-
OPENSEARCH_PLUGIN_VERSION: 2.3.0.0
11+
OPENSEARCH_PLUGIN_VERSION: 2.4.0.0
1212

1313
jobs:
1414

.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: 'main'
8-
OPENSEARCH_PLUGIN_VERSION: 2.3.0.0
8+
OPENSEARCH_PLUGIN_VERSION: 2.4.0.0
99

1010
jobs:
1111

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
buildscript {
88
ext {
9-
opensearch_version = System.getProperty("opensearch.version", "2.3.0-SNAPSHOT")
9+
opensearch_version = System.getProperty("opensearch.version", "2.4.0-SNAPSHOT")
1010
spring_version = "5.3.22"
1111
jackson_version = "2.13.3"
1212
isSnapshot = "true" == System.getProperty("build.snapshot", "true")

workbench/opensearch_dashboards.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "queryWorkbenchDashboards",
3-
"version": "2.3.0.0",
4-
"opensearchDashboardsVersion": "2.3.0",
3+
"version": "2.4.0.0",
4+
"opensearchDashboardsVersion": "2.4.0",
55
"server": true,
66
"ui": true,
77
"requiredPlugins": ["navigation"],

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": "2.3.0.0",
3+
"version": "2.4.0.0",
44
"description": "Query Workbench",
55
"main": "index.js",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)