feat: proper release.
This commit is contained in:
parent
dfbd324e0d
commit
e6eaf8db54
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@
|
|||
}:
|
||||
buildGoApplication {
|
||||
pname = "note";
|
||||
version = "0.1";
|
||||
version = "1.0";
|
||||
pwd = ./.;
|
||||
src = ./.;
|
||||
modules = ./gomod2nix.toml;
|
||||
|
|
|
|||
2
go.mod
2
go.mod
|
|
@ -1,3 +1,3 @@
|
|||
module example.com/gomod2nix-template
|
||||
module crony/note
|
||||
|
||||
go 1.17
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue