Bump version to 0.6.1

This commit is contained in:
Jim McDonald 2020-09-30 09:57:36 +01:00
parent 6142a292b5
commit 9952769588
No known key found for this signature in database
GPG Key ID: 89CEB61B2AD2A5E7
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Development:
0.6.1
- update documentation for account managers, explaining the difference between Dirk and wallet
- add submitter configuration to documentation
- use latest version of go-eth2-client to enable timeouts

View File

@ -84,7 +84,7 @@ func main() {
}
logModules()
log.Info().Str("version", "v0.6.0").Msg("Starting vouch")
log.Info().Str("version", "v0.6.1").Msg("Starting vouch")
if err := initProfiling(); err != nil {
log.Fatal().Err(err).Msg("Failed to initialise profiling")