Quellcode durchsuchen

update api version for 3.8

Signed-off-by: Anca Iordache <[email protected]>
Anca Iordache vor 5 Jahren
Ursprung
Commit
d9b0fabd9b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      compose/const.py

+ 1 - 1
compose/const.py

@@ -58,7 +58,7 @@ API_VERSIONS = {
     COMPOSEFILE_V3_5: '1.30',
     COMPOSEFILE_V3_6: '1.36',
     COMPOSEFILE_V3_7: '1.38',
-    COMPOSEFILE_V3_8: '1.38',
+    COMPOSEFILE_V3_8: '1.40',
 }
 
 API_VERSION_TO_ENGINE_VERSION = {