Skip to content

Commit 9f002b8

Browse files
committed
Bumped v0.5.6
Signed-off-by: Vishal Rana <[email protected]>
1 parent ce7c470 commit 9f002b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
IMAGE = labstack/tunnel
2-
VERSION = 0.5.5
2+
VERSION = 0.5.6
33

44
publish:
55
git tag v$(VERSION)

daemon/server.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ func Start() {
125125
}()
126126

127127
// Cleanup
128-
if err := s.deleteAll(); err != nil {
129-
log.Error(err)
130-
}
128+
// if err := s.deleteAll(); err != nil {
129+
// log.Error(err)
130+
// }
131131

132132
// Listen
133133
l, e := net.Listen("tcp", "127.0.0.1:0")

0 commit comments

Comments
 (0)