diff options
author | sebdet <sebastien.determe@intl.att.com> | 2020-03-31 01:32:32 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2020-03-31 01:33:35 +0200 |
commit | f0ed5480d8847c6b92f717b713351d70dd88cac7 (patch) | |
tree | 880bc64f1decc0cd47e474b7a4f0311893bb9537 /version.properties | |
parent | 508a8781ffa9ce323a7e57e13fa5708ad005d2f0 (diff) |
Fix blank space crash in tosca
Fix the crash that occurs when a blank space is found in the metadata section
Issue-ID: CLAMP-801
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I3d66991378bd44fbb7d19a5048091e307589677a
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.properties b/version.properties index f0688a75e..be33a5eb0 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=5 minor=0 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} |