Skip to content

Commit

Permalink
Release v0.27.6 (#2359)
Browse files Browse the repository at this point in the history
* Clear stream scope if we error (#2345)

* Release version v0.27.6
  • Loading branch information
MarcoPolo committed Jun 12, 2023
1 parent 6dffa1a commit 2df518f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions p2p/net/swarm/swarm_conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ func (c *Conn) start() {

// We only get an error here when the swarm is closed or closing.
if err != nil {
scope.Done()
return
}

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.27.5"
"version": "v0.27.6"
}

0 comments on commit 2df518f

Please sign in to comment.