1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2025-02-20 13:26:54 +00:00

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

View file

@ -7,6 +7,7 @@
'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.
}