Set version to 1.0.0-rc1

This commit is contained in:
adisbladis 2022-06-14 20:57:10 +08:00
parent 0a790b6075
commit 6b1386b0ba

View file

@ -3,7 +3,7 @@
buildGoApplication {
inherit go;
pname = "gomod2nix";
version = "0.1";
version = "1.0.0-rc1";
src = lib.cleanSourceWith {
filter = name: type: builtins.foldl' (v: s: v && ! lib.hasSuffix s name) true [
"tests"