Merge pull request #9840 from Roasbeef/0-19-final

build: bump version to 0.19
This commit is contained in:
Oliver Gugger 2025-05-20 18:11:13 +02:00 committed by GitHub
commit c52a6ddeb8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@ const (
// AppPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.
AppPreRelease = "beta.rc5"
AppPreRelease = "beta"
)
func init() {

View file

@ -582,7 +582,7 @@ func (m *SyncManager) waitMsgDelay(ctx context.Context, peerPub [33]byte,
// to be sent.
delay := limitReservation.Delay()
if delay > 0 {
log.Infof("GossipSyncer(%x): rate limiting gossip replies, "+
log.Debugf("GossipSyncer(%x): rate limiting gossip replies, "+
"responding in %s", peerPub, delay)
select {