Skip to content

Commit

Permalink
show the build version
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricfung committed Mar 1, 2019
1 parent e232ac4 commit e232520
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (
"os"
"runtime"

"github.com/MixinNetwork/mixin/config"
"github.com/MixinNetwork/mixin/kernel"
"github.com/MixinNetwork/mixin/rpc"
"github.com/MixinNetwork/mixin/storage"
Expand All @@ -17,7 +18,7 @@ func main() {
app := cli.NewApp()
app.Name = "mixin"
app.Usage = "A free and lightning fast peer-to-peer transactional network for digital assets."
app.Version = "0.0.1"
app.Version = config.BuildVersion
app.Commands = []cli.Command{
{
Name: "kernel",
Expand Down

0 comments on commit e232520

Please sign in to comment.