diff options
author | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2022-03-10 15:13:43 +0100 |
---|---|---|
committer | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2022-03-10 15:26:10 +0100 |
commit | 8cdd6deefedbd4ddd04b643df10737b0a2fb5aae (patch) | |
tree | 59d5a9ecfdc3aec33369719b0fdff56fee8df6e2 /version.properties | |
parent | 9ed21131409a3a23b18133ea8afac186f6976f7a (diff) |
Fix container startup1.7.1
Issue-ID: DCAEGEN2-3104
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: I5ed3c28a517f6f27cf77da7216cf870fd378126f
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 f65a6ce7..35cb39c7 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1
minor=7
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT
|