# HG changeset patch # User Mikael Berthe # Date 1675510682 -3600 # Node ID 2d2d8633cc27628888e524602598b973ebf0ea3f # Parent 5ca7ec18fecaaff3cbbe33646c97f800211dd260 Bump version to 3.0.0-dev diff -r 5ca7ec18feca -r 2d2d8633cc27 go.mod --- 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 diff -r 5ca7ec18feca -r 2d2d8633cc27 madon.go --- 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"