feat: bump version to v0.0.7
This commit is contained in:
parent
44a64bfce4
commit
76f3954299
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@ package metadata
|
|||
|
||||
import "strings"
|
||||
|
||||
const GoTomatoVersion = "v0.0.6" // The GoTomato version
|
||||
const GoTomatoVersion = "v0.0.7" // The GoTomato version
|
||||
var ProtocolVersion = strings.Split(GoTomatoVersion, ".")[0] // The protocol version
|
||||
|
|
Loading…
Reference in a new issue