From df0cadf5253c93caf2865a2d32419155f6a348b6 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 7 Aug 2025 04:26:58 -0400 Subject: [PATCH] Bump version number --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c6d9fa9..008e6f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "repline" repository = "https://git.soft.fish/j/Repline" -version = "0.0.7" +version = "0.0.8" authors = ["John Breaux "] edition = "2021" license = "MIT"