Skip to content

Commit

Permalink
Bumped v0.5.6
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Rana <[email protected]>
  • Loading branch information
vishr committed Nov 10, 2019
1 parent ce7c470 commit 9f002b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
IMAGE = labstack/tunnel
VERSION = 0.5.5
VERSION = 0.5.6

publish:
git tag v$(VERSION)
Expand Down
6 changes: 3 additions & 3 deletions daemon/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ func Start() {
}()

// Cleanup
if err := s.deleteAll(); err != nil {
log.Error(err)
}
// if err := s.deleteAll(); err != nil {
// log.Error(err)
// }

// Listen
l, e := net.Listen("tcp", "127.0.0.1:0")
Expand Down

0 comments on commit 9f002b8

Please sign in to comment.