cmd/version.go
changeset 265 05c40b36d3b2
parent 261 270cc4dda0c5
--- a/cmd/version.go	Thu Sep 22 16:37:07 2022 +0200
+++ b/cmd/version.go	Sat Feb 04 12:58:35 2023 +0100
@@ -1,4 +1,4 @@
-// Copyright © 2017-2018 Mikael Berthe <mikael@lilotux.net>
+// Copyright © 2017-2023 Mikael Berthe <mikael@lilotux.net>
 //
 // Licensed under the MIT license.
 // Please see the LICENSE file is this directory.
@@ -10,7 +10,7 @@
 
 	"github.com/spf13/cobra"
 
-	"github.com/McKael/madon/v2"
+	"github.com/McKael/madon/v3"
 	"github.com/McKael/madonctl/printer"
 )
 
@@ -23,7 +23,7 @@
 }
 
 // VERSION of the madonctl application
-var VERSION = "2.4.0-dev"
+var VERSION = "3.0.0-dev"
 
 var versionCmd = &cobra.Command{
 	Use:   "version",