Skip to content

Commit

Permalink
core: tick version to 1.1.3
Browse files Browse the repository at this point in the history
Closes #720
  • Loading branch information
kr authored and iampogo committed Mar 7, 2017
1 parent 4d0594e commit e8759df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/corectl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
_ "chain/protocol/tx" // for BlockHeaderHashFunc
)

const version = "1.1.2"
const version = "1.1.3"

// config vars
var (
Expand Down
2 changes: 1 addition & 1 deletion cmd/cored/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import (
const (
httpReadTimeout = 2 * time.Minute
httpWriteTimeout = time.Hour
latestVersion = "1.1.2"
latestVersion = "1.1.3"
)

var (
Expand Down

0 comments on commit e8759df

Please sign in to comment.