This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch 3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 0bc311b7d7ec9836679b929ee5c2a630ad2ff01f
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

Reply via email to