release: 0.2.6
All checks were successful
Tests / Go tests (push) Successful in 48s
Create distribution / Release (push) Successful in 1m12s
Nix / NixOS tests (push) Successful in 3m59s

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
Ophestra 2024-12-22 01:18:21 +09:00
parent 76ca2a92ee
commit 5c73acb56f
Signed by: cat
SSH Key Fingerprint: SHA256:gQ67O0enBZ7UdZypgtspB2FDM1g3GVw8nX0XSdcFw8Q
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ package
*Default:*
` <derivation fortify-0.2.5> `
` <derivation fortify-0.2.6> `

View File

@ -14,7 +14,7 @@
buildGoModule rec {
pname = "fortify";
version = "0.2.5";
version = "0.2.6";
src = builtins.path {
name = "fortify-src";