From ed59923b7dff4339d39c8533d079f71d78ad4db5 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Tue, 19 May 2026 00:03:37 +0200 Subject: [PATCH] v0.0.4 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 73426b8..2f3bfb5 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ (system: f system (import nixpkgs {inherit system;})); pname = "spilltea"; - version = "0.0.3"; + version = "0.0.4"; ldflags = ["-s" "-w" "-X main.version=${version}"]; in {