From 2e0391ea84ba02b6a8462209f55019f07d01bdd4 Mon Sep 17 00:00:00 2001
From: Anton Evangelatov <anton.evangelatov@gmail.com>
Date: Fri, 13 Jul 2018 22:53:02 +0200
Subject: [PATCH] cmd/swarm: change version of swarm binary (#17174)

---
 cmd/swarm/config.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/swarm/config.go b/cmd/swarm/config.go
index 64c37a0b5..e7c13c7a3 100644
--- a/cmd/swarm/config.go
+++ b/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
-- 
GitLab