# HG changeset patch # User Mikael Berthe # Date 1719761641 -7200 # Node ID 7fd0abc7b361a62315cce3c391c59ec0e6f0241e # Parent 2a5095133a0fe85f265481be502879880007fc0b Set madonctl/v3 in go.mod and bump version to 3.0.1 diff -r 2a5095133a0f -r 7fd0abc7b361 cmd/version.go --- 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", diff -r 2a5095133a0f -r 7fd0abc7b361 go.mod --- 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