feat: bump version to v0.0.9

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

View file

@ -2,5 +2,5 @@ package metadata
import "strings" 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 var ProtocolVersion = strings.Split(GoTomatoVersion, ".")[0] // The protocol version