diff options
author | Joan Touzet <wohali@users.noreply.github.com> | 2020-02-19 21:27:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-19 21:27:57 +0000 |
commit | 5f6a76de87a77a612f8f124ba302bb86682eb5d4 (patch) | |
tree | 4f4b8c1442032b1013f5216e79b33c8584118c08 | |
parent | 5865d22810f15e57b816b30d8266c1cef51055ab (diff) | |
download | couchdb-5f6a76de87a77a612f8f124ba302bb86682eb5d4.tar.gz |
bump docs rev (#2579)
-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 f19811af2..b37bf19b4 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, "3.0.0-RC2"}, [raw]}, + {tag, "3.0.0-RC3"}, [raw]}, {fauxton, {url, "https://github.com/apache/couchdb-fauxton"}, {tag, "v1.2.2"}, [raw]}, %% Third party deps |