From be68b8ef69407c19215939daeb47f34e9ed4282f Mon Sep 17 00:00:00 2001 From: steven carpenter Date: Fri, 25 Jul 2025 19:41:34 -0400 Subject: [PATCH] Bumping version to 1.0.0 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index e34300a..75b5ec7 100644 --- a/flake.nix +++ b/flake.nix @@ -40,7 +40,7 @@ { buildGoModule }: buildGoModule { pname = "bubblewand"; - version = "0.0.1"; + version = "1.0.0"; src = builtins.path { name = "source"; path = ./.;