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

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


The following commit(s) were added to refs/heads/merge-3.2.x-to-3.x by this 
push:
     new a185ce760 Bump version to 3.2.2
a185ce760 is described below

commit a185ce760fb8428333f013466371d1824f7ba4bb
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