We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19d228d commit f397220Copy full SHA for f397220
c_src/build_deps.sh
@@ -29,7 +29,7 @@ case "$1" in
29
fi
30
test -f re2/$LIBRE2 && exit 0
31
32
- RE2_REV=${RE2_REV:-2020-11-01}
+ RE2_REV=${RE2_REV:-2021-02-02}
33
case $(git config --get remote.origin.url) in
34
git@github.com*|https://github.com*|git://github.com*)
35
RE2_DEFAULT_URL=https://github.com/google/re2
src/re2.app.src
@@ -1,6 +1,6 @@
1
{application, re2,
2
[ {description, "Erlang NIF bindings for RE2 regex library"}
3
- , {vsn, "1.9.6"}
+ , {vsn, "1.9.7"}
4
, {modules, [re2]}
5
, {registered, []}
6
, {applications, [ kernel
0 commit comments