Browse Source

[tm-bench] remove .pre prefix from version

pull/1943/head
Anton Kaliaev 8 years ago
parent
commit
d00b637959
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tm-bench/main.go

+ 1
- 1
tm-bench/main.go View File

@ -15,7 +15,7 @@ import (
"github.com/tendermint/tools/tm-monitor/monitor"
)
var version = "0.1.0.pre"
var version = "0.1.0"
var logger = log.NewNopLogger()


Loading…
Cancel
Save