From 031ff4869609f9f3c100275fb666d43daa373856 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Tue, 26 May 2026 20:14:22 +0200 Subject: [PATCH] v1.1.0 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 353d150..d290bb5 100644 --- a/flake.nix +++ b/flake.nix @@ -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 {