Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adisbladis committed Aug 23, 2022
1 parent 26d8138 commit 338342f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
buildGoApplication {
inherit go;
pname = "gomod2nix";
version = "1.0.0-rc1";
version = "1.0.0";
src = lib.cleanSourceWith {
filter = name: type: builtins.foldl' (v: s: v && ! lib.hasSuffix s name) true [
"tests"
Expand Down

0 comments on commit 338342f

Please sign in to comment.