Bump version to 1.3.0

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-24 11:04:42 -07:00
parent e9247c720a
commit 4d014f7872

View File

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