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
commit 1b4d55fb30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

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