mirror of https://github.com/borgbase/vorta
Add borg v2 compatibility item.
* src/vorta/borg/_compatibility.py: Add `V2` level starting with `2.0.0b1`.
This commit is contained in:
parent
78ec74a72c
commit
fa3a6cf7e6
|
@ -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.
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue