diff options
author | Joan Touzet <wohali@users.noreply.github.com> | 2020-02-07 22:43:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-07 22:43:42 -0500 |
commit | f58ebc1e75d281bce851b92e36e95b42ca229627 (patch) | |
tree | c2cee03b73631fdfa1e24ce7da7bf23ce14a93e2 | |
parent | b3d9399ada1a1262c1cd68ecf997b46bf4ed2b44 (diff) | |
download | couchdb-f58ebc1e75d281bce851b92e36e95b42ca229627.tar.gz |
bump docs repo (#2529)
-rw-r--r-- | rebar.config.script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script index d344e17ba..2f7de3dc2 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -150,7 +150,7 @@ DepDescs = [ %% Non-Erlang deps {docs, {url, "https://github.com/apache/couchdb-documentation"}, - {tag, "2.3.0"}, [raw]}, + {tag, "3.0.0"}, [raw]}, {fauxton, {url, "https://github.com/apache/couchdb-fauxton"}, {tag, "v1.2.2"}, [raw]}, %% Third party deps |