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 8c21567 Bump erlfdb to v1.2.3
8c21567 is described below
commit 8c21567fa277fec3a88a73d49551bd70b11dafc3
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Mon Nov 16 16:08:29 2020 -0500
Bump erlfdb to v1.2.3
https://github.com/apache/couchdb-erlfdb/releases/tag/v1.2.3
---
rebar.config.script | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rebar.config.script b/rebar.config.script
index 2679e3a..4abdcc9 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.2.2"}},
+{erlfdb, "erlfdb", {tag, "v1.2.3"}},
{ets_lru, "ets-lru", {tag, "1.1.0"}},
{khash, "khash", {tag, "1.1.0"}},
{snappy, "snappy", {tag, "CouchDB-1.0.4"}},