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"