From bedcf7fb52f1ada0a645614f58d944349227fe1a Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Fri, 02 Jan 2026 14:28:22 -0600 Subject: [PATCH] gitore: Bump version to 0.2.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3ad819c..7b44da9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -757,7 +757,7 @@ [[package]] name = "gitore" -version = "0.2.1" +version = "0.2.3" dependencies = [ "anyhow", "arc-swap", diff --git a/Cargo.toml b/Cargo.toml index f392b8c..4f7096e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gitore" description = "A gitweb/cgit-like interface" -version = "0.2.2" +version = "0.2.3" edition = "2024" authors = ["Jordan Doyle ", "Alexander von Gluck "] license = "MIT" -- gitore 0.2.3