feat: bump version to 0.1.1

This commit is contained in:
Sebastian Mark 2024-11-06 20:44:44 +01:00
parent 31f588462f
commit 9335214f08

View file

@ -2,5 +2,5 @@ package metadata
import "strings"
const GoTomatoVersion = "0.1.0" // The GoTomato version
const GoTomatoVersion = "0.1.1" // The GoTomato version
var ProtocolVersion = strings.Split(GoTomatoVersion, ".")[0] // The protocol version