From f831948bcab3ee8f9848ef14ea4062cfef6341c2 Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Wed, 6 Nov 2024 04:37:43 +0900 Subject: [PATCH] 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 --- package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.nix b/package.nix index 8888278..63d89bd 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;