From fa830734e37c616ffc0c464101d6c2377e1c32b5 Mon Sep 17 00:00:00 2001 From: atpking Date: Fri, 17 Mar 2023 15:30:09 +0800 Subject: [PATCH] update version --- constants/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/constants.go b/constants/constants.go index 0c41c80..adac0e0 100644 --- a/constants/constants.go +++ b/constants/constants.go @@ -1,4 +1,4 @@ package constants -const VERSION = "0.0.6" +const VERSION = "0.0.7" const USER_AGENT = "go-fir-" + VERSION