feat: bump version to v0.0.8

This commit is contained in:
Sebastian Mark 2024-11-04 20:35:01 +01:00
parent 600d2ed2ff
commit d7b7789051

View file

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