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

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Sep 3, 2020
1 parent f2f8a33 commit 6d9d4e8
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.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
)

0 comments on commit 6d9d4e8

Please sign in to comment.