Merge pull request #941 from jhotmann/module-version-2

Append /v2 to module so version 2 can be used as a go package
This commit is contained in:
Philipp C. Heckel
2023-11-16 20:49:57 -05:00
committed by GitHub

2
go.mod
View File

@@ -1,4 +1,4 @@
module heckel.io/ntfy
module heckel.io/ntfy/v2
go 1.21