Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Aug 28, 2020
1 parent 87fc83c commit 9ffca78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

0 comments on commit 9ffca78

Please sign in to comment.