cmd/swarm: change version of swarm binary (#17174)

This commit is contained in:
Anton Evangelatov 2018-07-13 22:53:02 +02:00 committed by Balint Gabor
parent d483da766f
commit 2e0391ea84
1 changed files with 1 additions and 1 deletions

View File

@ -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