Skip to content

Commit 0358263

Browse files
committed
change: modified the version number
1 parent 1b09212 commit 0358263

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = lua-resty-requests
22
abstract = Yet Another HTTP library for OpenResty
3-
version = 0.7
3+
version = 0.7.1
44
author = Alex Zhang(张超) [email protected], UPYUN Inc.
55
is_original = yes
66
license = 2bsd

lib/resty/requests.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
local util = require "resty.requests.util"
44
local session = require "resty.requests.session"
55

6-
local _M = { _VERSION = "0.7" }
6+
local _M = { _VERSION = "0.7.1" }
77

88

99
local function request(method, url, opts)

0 commit comments

Comments
 (0)