diff options
author | Guangrong Fu <fu.guangrong@zte.com.cn> | 2022-09-15 09:18:42 +0800 |
---|---|---|
committer | Guangrong Fu <fu.guangrong@zte.com.cn> | 2022-09-15 01:29:52 +0000 |
commit | effbdfe1cf8b23f62aea7899947e4e3eefc7a22f (patch) | |
tree | 710c836e03f4eba263c883f63879948603f49e5f | |
parent | e294fb3c888f997d6de76b316c001d004be20d04 (diff) |
Bumped the release version11.0.0
Issue-ID: HOLMES-567
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Change-Id: I28244d5f0520446f8e48024c4e55377ab85306f6
-rw-r--r-- | version.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.properties b/version.properties index 71e3303..20f3481 100644 --- a/version.properties +++ b/version.properties @@ -2,9 +2,9 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
# because they are used in Jenkins, whose plug-in doesn't support
-major=10
+major=11
minor=0
-patch=5
+patch=0
base_version=${major}.${minor}.${patch}
|