Skip to content

Commit 4ab72df

Browse files
committed
chore: amended the version
1 parent 6bfe4bb commit 4ab72df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.1" }
6+
local _M = { _VERSION = "0.7.2" }
77

88

99
local function request(method, url, opts)

0 commit comments

Comments
 (0)