From 407ca13a336aa0af6f61471c3bd6aa015e888d77 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 13 May 2026 18:20:57 +0200 Subject: [PATCH] v0.0.3 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 df78a91..68bc2e2 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ (system: f system (import nixpkgs {inherit system;})); pname = "spilltea"; - version = "0.0.1"; + version = "0.0.3"; ldflags = ["-s" "-w" "-X main.version=${version}"]; in {