Change the way to receive version

- Used git to receive version from tags (see #304)
- Version now displayed when start node (fix #102)

Example:

→ ./bin/node --version
neo-go version 0.44.10-245-g67d5e9f

→ ./bin/node -v
neo-go version 0.44.10-245-g67d5e9f
This commit is contained in:
Evgeniy Kulikov 2019-08-26 17:05:17 +03:00
parent f1cdd2222b
commit 902125cbeb
No known key found for this signature in database
GPG key ID: BF6AEE0A2A699BF2
2 changed files with 4 additions and 1 deletions

View file

@ -7,12 +7,14 @@ import (
"github.com/CityOfZion/neo-go/cli/smartcontract"
"github.com/CityOfZion/neo-go/cli/vm"
"github.com/CityOfZion/neo-go/cli/wallet"
"github.com/CityOfZion/neo-go/config"
"github.com/urfave/cli"
)
func main() {
ctl := cli.NewApp()
ctl.Name = "neo-go"
ctl.Version = config.Version
ctl.Usage = "Official Go client for Neo"
ctl.Commands = []cli.Command{