We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7463207 commit fa6683dCopy full SHA for fa6683d
util/mirror-tarballs
@@ -263,7 +263,7 @@ mv agentzh-lua-resty-memcached-* lua-resty-memcached-$ver || exit 1
263
264
#################################
265
266
-ver=0.07
+ver=0.08
267
$root/util/get-tarball "http://github.com/agentzh/lua-resty-redis/tarball/v$ver" -O "lua-resty-redis-$ver.tar.gz" || exit 1
268
tar -xzf lua-resty-redis-$ver.tar.gz || exit 1
269
mv agentzh-lua-resty-redis-* lua-resty-redis-$ver || exit 1
util/ver
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
main_ver=1.0.11
4
-minor_ver=21
+minor_ver=23
5
version=$main_ver.$minor_ver
6
echo $version
7
0 commit comments