diff options
author | Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> | 2021-04-23 06:35:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-04-23 06:35:50 +0000 |
commit | cd1fa6fcf91b8f233bd911446aad47fbc6ec70f6 (patch) | |
tree | 8702e80a6bb2e325aae0cb3bc9dcb7ffdf239420 /version.properties | |
parent | 1afb2912143c86a9a924503a4141a0296dc714b9 (diff) | |
parent | 70e869e900fecc1bebf2ffc597ff782d02522c2c (diff) |
Merge "Add log level configuration by system environment variable"
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 7b8b963..00ef564 100644 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ major=1 -minor=1 +minor=2 patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} |