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