Set madonctl/v3 in go.mod and bump version to 3.0.1 v3.0.1
authorMikael Berthe <mikael@lilotux.net>
Sun, 30 Jun 2024 17:34:01 +0200
changeset 279 7fd0abc7b361
parent 278 2a5095133a0f
child 280 3c1a1d67511a
Set madonctl/v3 in go.mod and bump version to 3.0.1
cmd/version.go
go.mod
--- a/cmd/version.go	Sun Jun 30 13:57:53 2024 +0000
+++ b/cmd/version.go	Sun Jun 30 17:34:01 2024 +0200
@@ -23,7 +23,7 @@
 }
 
 // VERSION of the madonctl application
-var VERSION = "3.0.0"
+var VERSION = "3.0.1"
 
 var versionCmd = &cobra.Command{
 	Use:   "version",
--- a/go.mod	Sun Jun 30 13:57:53 2024 +0000
+++ b/go.mod	Sun Jun 30 17:34:01 2024 +0200
@@ -1,4 +1,4 @@
-module github.com/McKael/madonctl
+module github.com/McKael/madonctl/v3
 
 require (
 	github.com/McKael/madon/v3 v3.0.0