diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-11-06 04:37:43 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-11-06 04:37:43 +0900 |
| commit | f831948bcab3ee8f9848ef14ea4062cfef6341c2 (patch) | |
| tree | f05d2f4fcd84bfdd877dd29932bd803d47761527 /package.nix | |
| parent | 2e31b3d3a174ff523fe893d496017e3d6b1b6586 (diff) | |
release: 0.1.0
This release significantly changes the command line interface, and updates the NixOS module to finally produce meaningful sandbox configuration.
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'package.nix')
| -rw-r--r-- | package.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.nix b/package.nix index 88882785..63d89bde 100644 --- a/package.nix +++ b/package.nix @@ -10,7 +10,7 @@ buildGoModule rec { pname = "fortify"; - version = "0.0.11"; + version = "0.1.0"; src = ./.; vendorHash = null; |
