From 295806088a6361cdb99e25ffd62287948e740ec8 Mon Sep 17 00:00:00 2001 From: ph4ntonn Date: Wed, 22 Apr 2020 23:19:52 +0800 Subject: [PATCH] Update version code --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index 005fbc7..1f8a61c 100644 --- a/config/config.go +++ b/config/config.go @@ -1,6 +1,6 @@ package config -const VERSION = "1.6" //版本号 +const VERSION = "1.6.1" //版本号 const VALIDMESSAGE = "STOWAWAY" //reuse模式下发送的特征数据 const READYMESSAGE = "STOWAWAYREADY" //同上