Skip to content

Commit dd5a01b

Browse files
committed
fixed the version number in the code. it should be 0.09.
1 parent 3210ad1 commit dd5a01b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/resty/upload.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ local type = type
1212
-- local print = print
1313

1414

15-
local _M = { _VERSION = '0.08' }
15+
local _M = { _VERSION = '0.09' }
1616

1717

1818
local MAX_LINE_SIZE = 512

0 commit comments

Comments
 (0)