diff options
author | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2023-04-07 12:15:15 +0000 |
---|---|---|
committer | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2023-04-07 13:14:48 +0000 |
commit | b5ccfd6b07b0b14dc738030c7f33ee242f1724b7 (patch) | |
tree | ed88868a6ed2f677351fa839f5ce080b3c760189 /version.properties | |
parent | e2de6cdd2d5f2e4a8067c40d1af0392b02426d61 (diff) |
Python 3.11.3 base image12.0.0
New base image for ONAP
Issue-ID: INT-2214
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I795b2ec33ba7b88e0a7e2e737595236c6f9e4666
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.properties b/version.properties index ee41b9b..be7a4a9 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support -major_version=10 -minor_version=1 +major_version=12 +minor_version=0 patch_version=0 base_version=${major_version}.${minor_version}.${patch_version} |