You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2019/10/21 17:59:58 UTC

[couchdb] 01/01: update ken to 1.0.6

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

rnewson pushed a commit to branch ken-1.0.6
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 1f224517505125619562f83afcdb587798f583a5
Author: Robert Newson <rn...@apache.org>
AuthorDate: Mon Oct 21 18:59:12 2019 +0100

    update ken to 1.0.6
    
    * Detect dreyfus/hastings correctly
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index f6bfa7d..ba4e564 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -104,7 +104,7 @@ DepDescs = [
 {ioq,              "ioq",              {tag, "2.1.2"}},
 {hqueue,           "hqueue",           {tag, "1.0.1"}},
 {smoosh,           "smoosh",           {tag, "1.0.1"}},
-{ken,              "ken",              {tag, "1.0.5"}},
+{ken,              "ken",              {tag, "1.0.6"}},
 
 %% Non-Erlang deps
 {docs,             {url, "https://github.com/apache/couchdb-documentation"},