diff options
author | Junyi <hunterdevil@foxmail.com> | 2022-11-04 16:20:40 +0800 |
---|---|---|
committer | Junyi <hunterdevil@foxmail.com> | 2022-11-04 16:49:04 +0800 |
commit | 7b8038b57b4b452156b9bd40474d895284e4a330 (patch) | |
tree | 20c827d50e6b15ae104f47fffa33789b1eec7f4d /version.properties | |
parent | 08a80f6a60ee9637395afb92d7a5dc1d5ead56c2 (diff) |
Release version change
Signed-off-by: Junyi Du <hunterdevil@foxmail.com>
Issue-ID: USECASEUI-759
Change-Id: I6929c2e37e687a88302a01c865f0eb32189b09af
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/version.properties b/version.properties index c89baa3..f366abb 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=0 -minor=0 -patch=1 +major=5 +minor=2 +patch=0 base_version=${major}.${minor}.${patch} |