Skip to content

Commit

Permalink
cmd/swarm: change version of swarm binary (ethereum#17174)
Browse files Browse the repository at this point in the history
  • Loading branch information
nonsense authored and gbalint committed Jul 13, 2018
1 parent d483da7 commit 2e0391e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/swarm/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import (
bzzapi "github.com/ethereum/go-ethereum/swarm/api"
)

const SWARM_VERSION = "0.3"
const SWARM_VERSION = "0.3.1-unstable"

var (
//flag definition for the dumpconfig command
Expand Down

0 comments on commit 2e0391e

Please sign in to comment.