Skip to content

Commit daf7ffd

Browse files
feat: upgrade limit traffic version (#446)
* feat: upgrade limit traffic version Signed-off-by: Abhishek Choudhary <[email protected]> * version Signed-off-by: Abhishek Choudhary <[email protected]> --------- Signed-off-by: Abhishek Choudhary <[email protected]>
1 parent e109875 commit daf7ffd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.5
1+
1.2.7

build-api7ee-runtime.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ if [ ! -d "bundle/lua-resty-limit-traffic-$or_limit_ver" ]; then
161161
exit 1
162162
else
163163
rm -rf bundle/lua-resty-limit-traffic-$or_limit_ver
164-
limit_ver=1.0.0
164+
limit_ver=1.1.0
165165
wget "https://github.com/api7/lua-resty-limit-traffic/archive/refs/tags/v$limit_ver.tar.gz" -O "lua-resty-limit-traffic-$limit_ver.tar.gz"
166166
tar -xzf lua-resty-limit-traffic-$limit_ver.tar.gz
167167
mv lua-resty-limit-traffic-$limit_ver bundle/lua-resty-limit-traffic-$or_limit_ver

0 commit comments

Comments
 (0)