Fix a bug in which "borg --version" failing isn't considered a "fail" state in a command hook (#1100).

This commit is contained in:
Dan Helfman
2025-05-27 11:52:36 -07:00
parent b208c5352a
commit 8e8d9e6267
4 changed files with 30 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "borgmatic"
version = "2.0.6"
version = "2.0.7.dev0"
authors = [
{ name="Dan Helfman", email="witten@torsion.org" },
]