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

pull/17175/head
Anton Evangelatov 6 years ago committed by Balint Gabor
parent d483da766f
commit 2e0391ea84
  1. 2
      cmd/swarm/config.go

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

Loading…
Cancel
Save