feat: bump version to v0.1.0

This commit is contained in:
Sebastian Mark 2024-11-06 08:27:12 +01:00
parent cbe2e007de
commit b15324f6f8

View file

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