From e6eaf8db54d2d0c4cafce37fa3800aa83e4056ff Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sat, 25 Oct 2025 23:09:52 +0200 Subject: [PATCH] feat: proper release. --- default.nix | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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