1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2025-01-02 21:25:48 +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
parent 78ec74a72c
commit 4d93241932
No known key found for this signature in database
GPG key ID: 00F630DFDEE25747

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.
}