Skip to content

Commit 0c841da

Browse files
committed
Mark 0.0.2
1 parent 69ba37f commit 0c841da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snicat.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var servername = flag.String("servername", "", "Server Name Indication (SNI) to
1515
var bind = flag.String("bind", "", "Tunnel connection to a local unencrypted port (e.g. localhost:3000, 3000)")
1616
var (
1717
commit = "unknown"
18-
version = "v0.0.0"
18+
version = "v0.0.2"
1919
)
2020

2121
func init() {

0 commit comments

Comments
 (0)