This is an automated email from the ASF dual-hosted git repository.
vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/main by this push:
new 371a763 Bump erlfdb to v1.3.2
371a763 is described below
commit 371a763b8b16642996cceb9542b82595b65fd057
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Tue Mar 30 12:56:52 2021 -0400
Bump erlfdb to v1.3.2
https://github.com/apache/couchdb-erlfdb/releases/tag/v1.3.2
---
rebar.config.script | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rebar.config.script b/rebar.config.script
index a2da2d8..f7a4f86 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -153,7 +153,7 @@ DepDescs = [
%% Independent Apps
{config, "config", {tag, "2.1.8"}},
{b64url, "b64url", {tag, "1.0.2"}},
-{erlfdb, "erlfdb", {tag, "v1.3.1"}},
+{erlfdb, "erlfdb", {tag, "v1.3.2"}},
{ets_lru, "ets-lru", {tag, "1.1.0"}},
{khash, "khash", {tag, "1.1.0"}},
{snappy, "snappy", {tag, "CouchDB-1.0.4"}},