From 0345842b20503d837ff70165e22394630f47389c Mon Sep 17 00:00:00 2001 From: xscriptor Date: Sun, 26 Apr 2026 09:14:20 +0200 Subject: [PATCH] chore: reset app version to 0.1.0 for locked release builds --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9f25cce..e2f1a50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitnapse" -version = "0.1.2" +version = "0.1.0" edition = "2024" description = "A TUI tool to browse and manage your GitHub repositories" license = "MIT"