Change Cluster Version to 4.1.0.0

This commit is contained in:
tino247
2022-11-13 02:09:47 +08:00
committed by wangzelin.wzl
parent ba634cea50
commit 7f0d609c5f
13 changed files with 129 additions and 1027 deletions

View File

@ -12,7 +12,7 @@ import time
class UpgradeParams:
log_filename = 'upgrade_post_checker.log'
new_version = '4.0.0.0'
new_version = '4.1.0.0'
#### --------------start : my_error.py --------------
class MyError(Exception):
def __init__(self, value):