summaryrefslogtreecommitdiffstats
path: root/components/kpi-computation-ms/version.properties
diff options
context:
space:
mode:
authormalar <malarvizhi.44@wipro.com>2022-11-09 10:26:31 +0000
committermalar <malarvizhi.44@wipro.com>2022-11-17 08:25:56 +0000
commit584f29be579cd483c8f9bd888a747b2ebbeea7f1 (patch)
tree646810ed34b71618324f989764d30cf1e4d2912a /components/kpi-computation-ms/version.properties
parent900b294dc92b11873ae97d5e56ff7a672e2b9b3d (diff)
Fix bug in wrong SNSSAI value being appended with MeasType string1.0.11-kpi-computation-ms
The SNSSAI can be a alphanumeric also, so modified the code acording to that. Issue-ID: DCAEGEN2-3310 Signed-off-by: Malarvizhi Paramasivam <malarvizhi.44@wipro.com> Change-Id: Iac3e66e8d12a817681c15100ba80d2efee8e0498
Diffstat (limited to 'components/kpi-computation-ms/version.properties')
-rw-r--r--components/kpi-computation-ms/version.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/kpi-computation-ms/version.properties b/components/kpi-computation-ms/version.properties
index db099b7f..00183588 100644
--- a/components/kpi-computation-ms/version.properties
+++ b/components/kpi-computation-ms/version.properties
@@ -21,7 +21,7 @@
###############################################################################
major=1
minor=0
-patch=10
+patch=11
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT