Skip to content

Commit

Permalink
prepare 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ElvinEfendi committed Dec 30, 2020
1 parent 77002ef commit 18f1e58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/resty/global_throttle.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local sliding_window_new = require("resty.global_throttle.sliding_window").new
local setmetatable = setmetatable
local string_format = string.format

local _M = { _VERSION = "0.1.1" }
local _M = { _VERSION = "0.2.0" }
local mt = { __index = _M }

local MAX_NAMESPACE_LEN = 35
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "lua-resty-global-throttle"
version = "0.1.1-1"
version = "0.2.0-1"
source = {
url = "git://github.com/ElvinEfendi/lua-resty-global-throttle",
tag = "v0.1.1"
tag = "v0.2.0"
}
description = {
summary = "Distributed flow control middleware for Openresty.",
Expand Down

0 comments on commit 18f1e58

Please sign in to comment.