diff --git a/package.nix b/package.nix index 2f00c72..d5029b7 100644 --- a/package.nix +++ b/package.nix @@ -9,7 +9,7 @@ let nix-snapshotter = buildGoModule { pname = "nix-snapshotter"; - version = "0.0.1"; + version = "0.1.0"; src = lib.cleanSourceWith { src = lib.sourceFilesBySuffices ./. [ ".go"