From 9ffca78798661a799b28fb9af35b2ac9bda436d7 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Fri, 28 Aug 2020 18:17:26 +0100 Subject: [PATCH] 0.5.0 --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index b43b38d..d8585a0 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.4.3" + Version = "0.5.0" // UserAgent is the string passed by the identify protocol to other nodes in the network. UserAgent = "hydra-booster/" + Version )