Bump version for release.

This commit is contained in:
Dan Helfman
2025-10-07 09:55:41 -07:00
parent 7f2e3e0054
commit 2a5e202daf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
2.0.9.dev0
2.0.9
* #1105: More accurately collect Btrfs subvolumes to snapshot. As part of this, the Btrfs hook no
longer uses "findmnt" and the "findmnt_command" option is deprecated.
* #1123: Add loading of systemd credentials even when running borgmatic outside of a systemd
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "borgmatic"
version = "2.0.9.dev0"
version = "2.0.9"
authors = [
{ name="Dan Helfman", email="witten@torsion.org" },
]