feat: bump version to 0.0.10

This commit is contained in:
Sebastian Mark 2024-11-06 19:40:20 +01:00
parent 742412f639
commit 03f4b70b9f

View file

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