From 051f92677bc2b4482d0d77c09eebe25966b5e43b Mon Sep 17 00:00:00 2001 From: "Christopher R. Wood" Date: Tue, 17 Sep 2024 11:36:52 -0400 Subject: [PATCH] Version 0.0.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e3136af..8459387 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lafs" -version = "0.0.1" +version = "0.0.2" edition = "2021" description = "Least-Authority File Store utils" readme = "README.md"