diff options
author | xuran <xuranyjy@chinamobile.com> | 2021-04-07 16:53:21 +0800 |
---|---|---|
committer | xu ran <xuranyjy@chinamobile.com> | 2021-04-07 09:02:34 +0000 |
commit | 5a064a3b3895e61263b9cddc472e410ea4445219 (patch) | |
tree | 05899181ee6f2346fee5740b2f183dec024bd74c /version.properties | |
parent | cc04191ea66d88a1e3afdb7a49bb2cc3b1a9168a (diff) |
Release version change4.0.1
Change-Id: I51d6d62577b110f80c5cb8f0a56a65bd6aa8c87b
Issue-ID: USECASEUI-558
Signed-off-by: xuran <xuranyjy@chinamobile.com>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.properties b/version.properties index fd262fb4..19e0714b 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=3 +major=4 minor=0 -patch=1 +patch=0 base_version=${major}.${minor}.${patch} |