Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ericxtang committed Mar 12, 2018
1 parent fd03865 commit fbe9447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/livepeernode.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var EthMinedTxTimeout = 60 * time.Second
var DefaultMasterPlaylistWaitTime = 60 * time.Second
var DefaultJobLength = int64(5760) //Avg 1 day in 15 sec blocks
var ConnFileWriteFreq = time.Duration(60) * time.Second
var LivepeerVersion = "0.1.13-unstable"
var LivepeerVersion = "0.1.14-unstable"

//NodeID can be converted from libp2p PeerID.
type NodeID string
Expand Down

0 comments on commit fbe9447

Please sign in to comment.