diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-05-25 12:55:26 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-05-25 12:55:26 +0200 |
commit | 35e760a443c0fe4752e4a2e788f150307af7db0b (patch) | |
tree | 7d26cf659dc762833c7a7b8763d6f8730658a6d1 /version.properties | |
parent | a93f63a38dab85571416d04e37c5129ed49f26fb (diff) |
Add tracing to sdc-helm-validator
- add tracing support
- bump version to 1.3.2
Issue-ID: SDC-4688
Change-Id: Ic4930b8d99b0f05f8efec3f254bd6584363cdf57
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
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 fee4928..ef20baa 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 minor=3 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT |