From 6d9d4e87f89f0d74029e3a8125e4f4672439771e Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Thu, 3 Sep 2020 10:50:15 +0100 Subject: [PATCH] 0.6.0 --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index d8585a0..c944b1f 100644 --- a/version/version.go +++ b/version/version.go @@ -2,7 +2,7 @@ package version const ( // Version number of the Hydra Booster node, it should be kept in sync with the current release tag. - Version = "0.5.0" + Version = "0.6.0" // UserAgent is the string passed by the identify protocol to other nodes in the network. UserAgent = "hydra-booster/" + Version )