Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-05-13 18:20:57 +02:00
parent 9ab7f12bf4
commit 407ca13a33
+1 -1
View File
@@ -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 {