Bump version to 3.0.0-dev default tip master
authorMikael Berthe <mikael@lilotux.net>
Sat, 04 Feb 2023 12:38:02 +0100
changeset 262 2d2d8633cc27
parent 261 5ca7ec18feca
Bump version to 3.0.0-dev
go.mod
madon.go
--- a/go.mod	Sat Feb 04 12:38:02 2023 +0100
+++ b/go.mod	Sat Feb 04 12:38:02 2023 +0100
@@ -1,4 +1,4 @@
-module github.com/McKael/madon/v2
+module github.com/McKael/madon/v3
 
 require (
 	github.com/gorilla/websocket v1.5.0
--- a/madon.go	Sat Feb 04 12:38:02 2023 +0100
+++ b/madon.go	Sat Feb 04 12:38:02 2023 +0100
@@ -23,7 +23,7 @@
 
 const (
 	// MadonVersion contains the version of the Madon library
-	MadonVersion = "2.4.0"
+	MadonVersion = "3.0.0-dev"
 
 	currentAPIPath = "/api"