Bump version to 1.2.0

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-24 08:39:54 -07:00
parent 53cd2d35f1
commit 9c59e78e38

View File

@@ -10,7 +10,7 @@
let
system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system};
version = "1.1.0";
version = "1.2.0";
in
{
packages.${system}.default = pkgs.buildGoModule {