From 082767de3906af9f21b178b4516a5aac69e37bfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=85=89=E6=98=A5?= Date: Mon, 5 Sep 2022 12:05:37 +0800 Subject: [PATCH] - add task_issue_record - add task_receive_record --- const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/const.go b/const.go index 6f6a61e..c45d348 100644 --- a/const.go +++ b/const.go @@ -1,6 +1,6 @@ package gojobs const ( - Version = "1.0.75" + Version = "1.0.76" SpecifyIpNull = "0.0.0.0" )