Bump version for release.

This commit is contained in:
Dan Helfman
2026-01-27 13:09:10 -08:00
parent f6124528df
commit aba45f03d6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
2.1.1.dev0
2.1.1
* #1241: For the "recreate" action, actually pass the "--dry-run" flag through to Borg instead of
just skipping the Borg call.
* #1242: Fix a regression in which the "spot" check hung while collecting archive contents.
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "borgmatic"
version = "2.1.1.dev0"
version = "2.1.1"
authors = [
{ name="Dan Helfman", email="witten@torsion.org" },
]