From e500e9ba3b038a3d052e4c178dd0f804866a6ab6 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 24 Oct 2025 03:31:37 -0400 Subject: [PATCH] Cargo.toml: Bump version number to 0.0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 916423f..fb51a34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "repline" repository = "https://git.soft.fish/j/Repline" -version = "0.0.8" +version = "0.0.9" authors = ["John Breaux "] edition = "2021" license = "MIT"