diff options
author | Nick Vatamaniuc <vatamane@gmail.com> | 2021-09-24 16:53:21 -0400 |
---|---|---|
committer | Nick Vatamaniuc <vatamane@gmail.com> | 2021-09-24 16:53:21 -0400 |
commit | 54a0fabfd77313cae6bd2b5bc8f3cb972d9e5f1c (patch) | |
tree | 33735e7ab103c68eac323a086ac19c7325def487 | |
parent | a8a483e89e3aed5f27c0bb218b2573054053b017 (diff) | |
download | couchdb-54a0fabfd77313cae6bd2b5bc8f3cb972d9e5f1c.tar.gz |
Bump docs dependency for the 3.1.2 release3.1.x-docs-bump-for-3.1.2-release
-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 1ffbf70b0..96594095e 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -151,7 +151,7 @@ DepDescs = [ %% Non-Erlang deps {docs, {url, "https://github.com/apache/couchdb-documentation"}, - {tag, "3.1.1-RC2"}, [raw]}, + {tag, "3.1.2-RC1"}, [raw]}, {fauxton, {url, "https://github.com/apache/couchdb-fauxton"}, {tag, "v1.2.6"}, [raw]}, %% Third party deps |