Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ericxtang committed May 5, 2018
1 parent d4ab5b3 commit 80a4b45
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 @@ -42,7 +42,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.2.0-unstable"
var LivepeerVersion = "0.2.1-unstable"
var SubscribeRetry = uint64(3)

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

0 comments on commit 80a4b45

Please sign in to comment.