mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-13 19:46:39 +00:00
cmd/swarm: change version of swarm binary (#17174)
This commit is contained in:
parent
d483da766f
commit
2e0391ea84
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue