Bump version for release.

This commit is contained in:
Dan Helfman
2026-02-06 12:53:27 -08:00
parent fc7439af3a
commit ad8d074eff
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
2.1.2.dev0
2.1.2
* #1231: If a source file is deleted during a "spot" check, consider the file as non-matching
and move on instead of immediately failing the entire check.
* #1250: Fix a regression in which the "--stats" flag hides statistics at default verbosity.
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "borgmatic"
version = "2.1.2dev0"
version = "2.1.2"
authors = [
{ name="Dan Helfman", email="witten@torsion.org" },
]