Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ericxtang committed May 22, 2018
1 parent 4589a13 commit 955c314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/livepeernode.go
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.2-unstable"
var LivepeerVersion = "0.2.3-unstable"
var SubscribeRetry = uint64(3)

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

0 comments on commit 955c314

Please sign in to comment.