Skip to content

Commit

Permalink
Update version to reflect latest fixes (#424)
Browse files Browse the repository at this point in the history
* Update version to reflect latest fixes
  • Loading branch information
gammazero committed Apr 13, 2023
1 parent 3f2fadb commit 093404c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion messagequeue/messagequeue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ func TestProcessingNotification(t *testing.T) {
func TestDedupingMessages(t *testing.T) {
ctx := context.Background()
ctx, collectTracing := testutil.SetupTracing(ctx)
ctx, cancel := context.WithTimeout(ctx, 1*time.Second)
ctx, cancel := context.WithTimeout(ctx, 3*time.Second)
defer cancel()

targetPeer := testutil.GeneratePeers(1)[0]
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v0.14.4"
"version": "v0.14.5"
}

0 comments on commit 093404c

Please sign in to comment.