diff options
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/version.properties b/version.properties index eeb484b..ce671a8 100644 --- a/version.properties +++ b/version.properties @@ -4,6 +4,7 @@ # ================================================================================ # Copyright (C) 2019-2022 Wipro Limited. # Copyright (C) 2022 Huawei Technologies Co., Ltd. +# Copyright (c) 2023 Deutsche Telekom AG. 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. @@ -20,8 +21,8 @@ # ############################################################################### major=2 -minor=1 -patch=11 +minor=2 +patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT |