diff options
Diffstat (limited to 'dcae-analytics/version.properties')
-rw-r--r-- | dcae-analytics/version.properties | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dcae-analytics/version.properties b/dcae-analytics/version.properties index d67f858..b1893d0 100644 --- a/dcae-analytics/version.properties +++ b/dcae-analytics/version.properties @@ -1,6 +1,7 @@ # # ================================================================================ # Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. +# Copyright (c) 2021 Samsung Electronics. 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. @@ -17,8 +18,8 @@ # # major=1 -minor=2 -patch=2 +minor=3 +patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT |