diff options
author | 2021-03-24 01:38:53 -0700 | |
---|---|---|
committer | 2021-03-29 04:21:47 -0700 | |
commit | cb9221b9e2afdf363b97c2cf60d1dbd1195ea196 (patch) | |
tree | 7037c108aa2d1102e5fb7ded17a0fc195a77088b /components/slice-analysis-ms/version.properties | |
parent | a652db5d8c8fb8a353893cf0e8c811cf0f3448e6 (diff) |
Increase code coverage
Issue-ID: DCAEGEN2-2695
Signed-off-by: denilson.l65 <denilson.l65@wipro.com>
Change-Id: I256ec691bfc967085e2d7335df43701251607c56
Diffstat (limited to 'components/slice-analysis-ms/version.properties')
-rw-r--r-- | components/slice-analysis-ms/version.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/slice-analysis-ms/version.properties b/components/slice-analysis-ms/version.properties index a4b5afab..a2c346b8 100644 --- a/components/slice-analysis-ms/version.properties +++ b/components/slice-analysis-ms/version.properties @@ -2,7 +2,7 @@ # ============LICENSE_START======================================================= # slice-analysis-ms # ================================================================================ -# Copyright (C) 2020 Wipro Limited. +# Copyright (C) 2020-2021 Wipro Limited. # ============================================================================== # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ ############################################################################### major=1 minor=0 -patch=4 +patch=5 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT |