mirror of
https://github.com/borgbase/vorta
synced 2025-01-03 05:36:19 +00:00
Add compatibility feature V122
.
* src/vorta/borg/_compatibility.py (MIN_BORG_FOR_FEATURE)
This commit is contained in:
parent
055338af2c
commit
ceb1a3bd3b
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@
|
||||||
'ZSTD': parse_version('1.1.4'),
|
'ZSTD': parse_version('1.1.4'),
|
||||||
'JSON_LOG': parse_version('1.1.0'),
|
'JSON_LOG': parse_version('1.1.0'),
|
||||||
'DIFF_JSON_LINES': parse_version('1.1.16'),
|
'DIFF_JSON_LINES': parse_version('1.1.16'),
|
||||||
'COMPACT_SUBCOMMAND': parse_version('1.2.0a1')
|
'COMPACT_SUBCOMMAND': parse_version('1.2.0a1'),
|
||||||
|
'V122': parse_version('1.2.2'),
|
||||||
# add new version-checks here.
|
# add new version-checks here.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue