Skip to content

Commit c52a6dd

Browse files
authored
Merge pull request #9840 from Roasbeef/0-19-final
build: bump version to 0.19
2 parents 182aab7 + 2b76e2f commit c52a6dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const (
5151

5252
// AppPreRelease MUST only contain characters from semanticAlphabet per
5353
// the semantic versioning spec.
54-
AppPreRelease = "beta.rc5"
54+
AppPreRelease = "beta"
5555
)
5656

5757
func init() {

discovery/sync_manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ func (m *SyncManager) waitMsgDelay(ctx context.Context, peerPub [33]byte,
582582
// to be sent.
583583
delay := limitReservation.Delay()
584584
if delay > 0 {
585-
log.Infof("GossipSyncer(%x): rate limiting gossip replies, "+
585+
log.Debugf("GossipSyncer(%x): rate limiting gossip replies, "+
586586
"responding in %s", peerPub, delay)
587587

588588
select {

0 commit comments

Comments
 (0)