Add missing dev0 tag to version.

This commit is contained in:
Dan Helfman
2025-02-11 23:00:26 -08:00
parent a0ba5b673b
commit f9ea45493d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
1.9.11
1.9.11.dev0
* Add credential loading from file, KeePassXC, and Docker/Podman secrets. See the documentation for
more information: https://torsion.org/borgmatic/docs/how-to/provide-your-passwords/
1.9.10
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "borgmatic"
version = "1.9.11"
version = "1.9.11.dev0"
authors = [
{ name="Dan Helfman", email="witten@torsion.org" },
]