From 714fb9ba60024cfb6b7e38958f5793eddf635457 Mon Sep 17 00:00:00 2001 From: nange Date: Sun, 11 Oct 2020 21:27:49 +0800 Subject: [PATCH] *: update version --- easyss.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyss.go b/easyss.go index 4ce620c7..ea468704 100644 --- a/easyss.go +++ b/easyss.go @@ -15,7 +15,7 @@ import ( "github.com/txthinking/socks5" ) -const version = "1.1.2" +const version = "1.2.0" func init() { log.SetFormatter(&log.JSONFormatter{TimestampFormat: "2006-01-02 15:04:05.000"})