Compare commits
6 commits
f0ba6396b7
...
5750ec96cb
Author | SHA1 | Date | |
---|---|---|---|
5750ec96cb | |||
d69a4bec10 | |||
e2ab19066d | |||
3a6be4c187 | |||
f0d7dc80fc | |||
f8ab1375d1 |
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@ package metadata
|
||||||
|
|
||||||
import "strings"
|
import "strings"
|
||||||
|
|
||||||
const GoTomatoVersion = "v0.0.3" // The GoTomato Version
|
const GoTomatoVersion = "v0.0.4" // The GoTomato Version
|
||||||
var ProtocolVersion = strings.Split(GoTomatoVersion, ".")[0]
|
var ProtocolVersion = strings.Split(GoTomatoVersion, ".")[0]
|
||||||
|
|
Loading…
Reference in a new issue