This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git
The following commit(s) were added to refs/heads/dev by this push:
new b1f4195d7 [FIX] streampark version displayed in FE does not match the
current version (#2720)
b1f4195d7 is described below
commit b1f4195d732c910fe58d4380de6a8ff88f693e5a
Author: zhoulii <[email protected]>
AuthorDate: Thu May 4 11:56:01 2023 +0800
[FIX] streampark version displayed in FE does not match the current version
(#2720)
Co-authored-by: zhoulii <[email protected]>
---
streampark-console/streampark-console-webapp/package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/streampark-console/streampark-console-webapp/package.json
b/streampark-console/streampark-console-webapp/package.json
index 349b88971..dd93928f1 100644
--- a/streampark-console/streampark-console-webapp/package.json
+++ b/streampark-console/streampark-console-webapp/package.json
@@ -1,6 +1,6 @@
{
"name": "streampark-webapp",
- "version": "2.1.0",
+ "version": "2.2.0-SNAPSHOT",
"author": {
"name": "streampark",
"url": "https://streampark.apache.org"