feat: bump version to v0.0.5

This commit is contained in:
Sebastian Mark 2024-10-30 08:11:54 +01:00
parent bdfd5c3b84
commit 2d2ea6ff78

View file

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