You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2019/09/06 14:25:28 UTC

[couchdb] 01/01: Bump fauxton version for partitioned DBs

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

kocolosk pushed a commit to branch fauxton-partitioned-dbs
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 137a721a99acdf1c18870daf1e638aab6072c6cc
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Fri Sep 6 10:25:15 2019 -0400

    Bump fauxton version for partitioned DBs
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index c38b6e2..425b458 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -110,7 +110,7 @@ DepDescs = [
 {docs,             {url, "https://github.com/apache/couchdb-documentation"},
                    {tag, "2.3.0"}, [raw]},
 {fauxton,          {url, "https://github.com/apache/couchdb-fauxton"},
-                   {tag, "v1.1.19"}, [raw]},
+                   {tag, "v1.1.20"}, [raw]},
 %% Third party deps
 {folsom,           "folsom",           {tag, "CouchDB-0.8.3"}},
 {hyper,            "hyper",            {tag, "CouchDB-2.2.0-4"}},