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:
parent
78ec74a72c
commit
4d93241932
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue