diff options
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/version.properties b/version.properties index e185183..4aaa531 100644 --- a/version.properties +++ b/version.properties @@ -3,6 +3,7 @@ # TCAgen2 # ================================================================================ # Copyright (c) 2022 Wipro Limited. +# Copyright (c) 2022 Huawei. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -19,7 +20,7 @@ ################################################################################## major=1 minor=3 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT |