cmd/swarm: change version of swarm binary

This commit is contained in:
Anton Evangelatov 2018-07-13 19:46:17 +02:00
parent d483da766f
commit 582b9886a3

View file

@ -38,7 +38,7 @@ import (
bzzapi "github.com/ethereum/go-ethereum/swarm/api" bzzapi "github.com/ethereum/go-ethereum/swarm/api"
) )
const SWARM_VERSION = "0.3" const SWARM_VERSION = "0.3.1-unstable"
var ( var (
//flag definition for the dumpconfig command //flag definition for the dumpconfig command