From 1e0bfa1027f5b3258f1e4f9b75da42b6acd3481a Mon Sep 17 00:00:00 2001 From: dtapps Date: Wed, 20 Dec 2023 15:13:41 +0800 Subject: [PATCH] update --- const.go | 2 -- version.go | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 version.go diff --git a/const.go b/const.go index 55c5029..9adce6a 100644 --- a/const.go +++ b/const.go @@ -10,5 +10,3 @@ var ( httpParamsModeXml = "XML" httpParamsModeForm = "FORM" ) - -const Version = "1.0.38" diff --git a/version.go b/version.go new file mode 100644 index 0000000..359c6b2 --- /dev/null +++ b/version.go @@ -0,0 +1,3 @@ +package gorequest + +const Version = "1.0.39"