This is an automated email from the ASF dual-hosted git repository.

leonbao pushed a commit to branch 2.0.3-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/2.0.3-prepare by this push:
     new 329a37c  change soft version to 2.0.3 (#7957)
329a37c is described below

commit 329a37ccee92bffaabe7bb5f58f2623757f1c685
Author: wind <[email protected]>
AuthorDate: Wed Jan 12 14:55:52 2022 +0800

    change soft version to 2.0.3 (#7957)
    
    Co-authored-by: caishunfeng <[email protected]>
---
 dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_h2.sql     | 2 +-
 dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql  | 2 +-
 .../src/main/resources/sql/dolphinscheduler_postgresql.sql              | 2 +-
 dolphinscheduler-dao/src/main/resources/sql/soft_version                | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_h2.sql 
b/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_h2.sql
index faa9000..9464fae 100644
--- a/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_h2.sql
+++ b/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_h2.sql
@@ -959,7 +959,7 @@ CREATE TABLE t_ds_version
 -- Records of t_ds_version
 -- ----------------------------
 INSERT INTO t_ds_version
-VALUES ('1', '2.0.2');
+VALUES ('1', '2.0.3');
 
 
 -- ----------------------------
diff --git 
a/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql 
b/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql
index 8e7401b..0e2a79c 100644
--- a/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql
+++ b/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql
@@ -942,7 +942,7 @@ CREATE TABLE `t_ds_version` (
 -- ----------------------------
 -- Records of t_ds_version
 -- ----------------------------
-INSERT INTO `t_ds_version` VALUES ('1', '2.0.2');
+INSERT INTO `t_ds_version` VALUES ('1', '2.0.3');
 
 
 -- ----------------------------
diff --git 
a/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_postgresql.sql 
b/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_postgresql.sql
index 5bf351d..28f5a2c 100644
--- 
a/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_postgresql.sql
+++ 
b/dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_postgresql.sql
@@ -928,7 +928,7 @@ INSERT INTO t_ds_queue(queue_name, queue, create_time, 
update_time)
 VALUES ('default', 'default', '2018-11-29 10:22:33', '2018-11-29 10:22:33');
 
 -- Records of t_ds_queue,default queue name : default
-INSERT INTO t_ds_version(version) VALUES ('2.0.2');
+INSERT INTO t_ds_version(version) VALUES ('2.0.3');
 
 --
 -- Table structure for table t_ds_plugin_define
diff --git a/dolphinscheduler-dao/src/main/resources/sql/soft_version 
b/dolphinscheduler-dao/src/main/resources/sql/soft_version
index f93ea0c..6acdb44 100644
--- a/dolphinscheduler-dao/src/main/resources/sql/soft_version
+++ b/dolphinscheduler-dao/src/main/resources/sql/soft_version
@@ -1 +1 @@
-2.0.2
\ No newline at end of file
+2.0.3
\ No newline at end of file

Reply via email to