diff --git a/default.nix b/default.nix index c39f88d..3c842ea 100644 --- a/default.nix +++ b/default.nix @@ -14,7 +14,7 @@ }: buildGoApplication { pname = "note"; - version = "0.1"; + version = "1.0"; pwd = ./.; src = ./.; modules = ./gomod2nix.toml; diff --git a/go.mod b/go.mod index b59038d..2ae259f 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module example.com/gomod2nix-template +module crony/note go 1.17