feat: proper release.

This commit is contained in:
CronyAkatsuki 2025-10-25 23:09:52 +02:00
parent dfbd324e0d
commit e6eaf8db54
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
}:
buildGoApplication {
pname = "note";
version = "0.1";
version = "1.0";
pwd = ./.;
src = ./.;
modules = ./gomod2nix.toml;

2
go.mod
View file

@ -1,3 +1,3 @@
module example.com/gomod2nix-template
module crony/note
go 1.17