From 2225afd9eef62822b1b58b03a322cf79415c90ac Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Tue, 19 May 2026 23:08:18 +0200 Subject: [PATCH] v0.0.5 Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2f3bfb5..6a6ff62 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ (system: f system (import nixpkgs {inherit system;})); pname = "spilltea"; - version = "0.0.4"; + version = "0.0.5"; ldflags = ["-s" "-w" "-X main.version=${version}"]; in {