diff options
author | Nick Vatamaniuc <vatamane@gmail.com> | 2021-10-05 14:20:44 -0400 |
---|---|---|
committer | Nick Vatamaniuc <nickva@users.noreply.github.com> | 2021-10-05 15:12:10 -0400 |
commit | efb409bba014ef420ddca2d9f20a3c1e521f5640 (patch) | |
tree | a982b5512a6091628daaa64698016d0c36561885 | |
parent | b32aa9a53986e50c58c9eea98ee6412b043bde72 (diff) | |
download | couchdb-efb409bba014ef420ddca2d9f20a3c1e521f5640.tar.gz |
To include another changelog entry: https://github.com/apache/couchdb-documentation/commit/4f00da0b0cedf63ebf391e43b1a56bb36f7d0f96
-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 25fd071df..37b485276 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -154,7 +154,7 @@ DepDescs = [ %% Non-Erlang deps {docs, {url, "https://github.com/apache/couchdb-documentation"}, - {tag, "3.2.0-RC1"}, [raw]}, + {tag, "3.2.0-RC2"}, [raw]}, {fauxton, {url, "https://github.com/apache/couchdb-fauxton"}, {tag, "v1.2.7"}, [raw]}, %% Third party deps |