release: 0.2.10
All checks were successful
Build / Create distribution (push) Successful in 1m32s
Test / Run NixOS test (push) Successful in 3m39s
Release / Create release (push) Successful in 1m30s

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
Ophestra 2025-01-18 22:50:08 +09:00
parent 715addaccd
commit 1ec901f79e
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.8> `
` <derivation fortify-0.2.10> `

View File

@ -15,7 +15,7 @@
buildGoModule rec {
pname = "fortify";
version = "0.2.9";
version = "0.2.10";
src = builtins.path {
name = "fortify-src";