You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2022/08/16 16:44:55 UTC

[couchdb] branch main updated: Update couchdb-config to 2.2.0

This is an automated email from the ASF dual-hosted git repository.

ronny 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 6c57f58dd Update couchdb-config to 2.2.0
6c57f58dd is described below

commit 6c57f58dd240e70fbfa92800668f38c00594ce14
Author: Ronny Berndt <ro...@apache.org>
AuthorDate: Tue Aug 16 09:25:44 2022 +0200

    Update couchdb-config to 2.2.0
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index 12b6bc861..bba854d6e 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -141,7 +141,7 @@ SubDirs = [
 
 DepDescs = [
 %% Independent Apps
-{config,           "config",           {tag, "2.1.9"}},
+{config,           "config",           {tag, "2.2.0"}},
 {b64url,           "b64url",           {tag, "1.0.3"}},
 {ets_lru,          "ets-lru",          {tag, "1.1.0"}},
 {khash,            "khash",            {tag, "1.1.0"}},