Compare commits
3 commits
52a193353f
...
03f4b70b9f
Author | SHA1 | Date | |
---|---|---|---|
03f4b70b9f | |||
742412f639 | |||
7bf4e42a6e |
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@ package metadata
|
||||||
|
|
||||||
import "strings"
|
import "strings"
|
||||||
|
|
||||||
const GoTomatoVersion = "0.1.1" // The GoTomato version
|
const GoTomatoVersion = "0.0.10" // 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