This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch 3.2.x in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit d5b746b7c83121fb76a3d35a2835befd89fa76a9 Author: Nick Vatamaniuc <[email protected]> AuthorDate: Sat Apr 2 01:21:38 2022 -0400 Bump version to 3.2.2 --- rel/reltool.config | 2 +- version.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rel/reltool.config b/rel/reltool.config index 27cc7c8fb..ab26fb2ed 100644 --- a/rel/reltool.config +++ b/rel/reltool.config @@ -12,7 +12,7 @@ {sys, [ {lib_dirs, ["../src"]}, - {rel, "couchdb", "3.2.1", [ + {rel, "couchdb", "3.2.2", [ %% stdlib asn1, compiler, diff --git a/version.mk b/version.mk index 48d8ca034..dd9cd4842 100644 --- a/version.mk +++ b/version.mk @@ -1,3 +1,3 @@ vsn_major=3 vsn_minor=2 -vsn_patch=1 +vsn_patch=2
