feat: bump version to v0.1.0
This commit is contained in:
parent
cbe2e007de
commit
b15324f6f8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue