Skip to content

Commit dd7bd51

Browse files
author
Gavin Guan
committed
👌 improve: v0.9.2
1 parent b5c5a63 commit dd7bd51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎core/const.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66

77
const (
88
// the timeout of a socks5 requester shake with an AhriSocks5Server.
9-
Socks5ShakeTimeoutMillisec = 350
9+
Socks5ShakeTimeoutMillisec = 400
1010
// the timeout of an AhriClient registers itself with an AhriServer.
1111
AhriShakeTimeoutSec = 3
1212

‎core/describe.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package core
22

3-
const Version = "0.9.1"
3+
const Version = "0.9.2"

0 commit comments

Comments
 (0)