diff options
author | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2021-04-21 11:50:48 +0200 |
---|---|---|
committer | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2021-04-21 14:01:52 +0200 |
commit | 70e869e900fecc1bebf2ffc597ff782d02522c2c (patch) | |
tree | 090152ab0a06ba806e2c8c45b14a8fb4a562069c /version.properties | |
parent | c8f27b8684e748196b5eb9bd21865b06cbd2695f (diff) |
Add log level configuration by system environment variable
Issue-ID: SDC-3185
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: I7ec4cbfec802f38822665aca577a3c1ab09a3c73
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} |