Fix version reporting and setting
This commit is contained in:
parent
a0657b32e7
commit
20f50b678c
2 changed files with 2 additions and 2 deletions
2
main.go
2
main.go
|
@ -31,7 +31,7 @@ func main() {
|
|||
server.OptionPort(*port),
|
||||
server.OptionPersistentData())
|
||||
|
||||
fmt.Println("Initialising...")
|
||||
fmt.Printf("Initialising version %s...\n", version.Version)
|
||||
if err := s.Initialise(); err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue