Add borg v2 compatibility item.

* src/vorta/borg/_compatibility.py: Add `V2` level starting with `2.0.0b1`.
This commit is contained in:
real-yfprojects 2023-01-20 17:00:04 +01:00 committed by Manu
parent 78ec74a72c
commit fa3a6cf7e6
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ MIN_BORG_FOR_FEATURE = {
'DIFF_JSON_LINES': parse_version('1.1.16'),
'COMPACT_SUBCOMMAND': parse_version('1.2.0a1'),
'V122': parse_version('1.2.2'),
'V2': parse_version('2.0.0b1'),
# add new version-checks here.
}