feat: bump version to 0.0.9

This commit is contained in:
Sebastian Mark 2024-11-06 08:27:12 +01:00
parent 7aa3aae4e6
commit 31ca5a4d03

View file

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