From 4199b6aa7f6c941a0c9835fd5748ad03fad723ca Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Thu, 20 Aug 2026 20:31:14 +0200 Subject: [PATCH] v1.2.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 62e8a14..f3c237d 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ (system: f system (import nixpkgs {inherit system;})); pname = "usbguard-tui"; - version = "1.1.0"; + version = "1.2.0"; ldflags = ["-s" "-w" "-X main.version=${version}"]; in {