Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-05-26 20:14:22 +02:00
parent 95d7f368e1
commit 031ff48696
+1 -1
View File
@@ -14,7 +14,7 @@
(system: f system (import nixpkgs {inherit system;}));
pname = "usbguard-tui";
version = "1.0.1";
version = "1.1.0";
ldflags = ["-s" "-w" "-X main.version=${version}"];
in {