You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2023/04/16 06:42:23 UTC

[couchdb] 01/01: Release 3.2.3 version bump

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

vatamane pushed a commit to branch 3.2.3-release-version-bump
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit dda79156a631479de8c257f2d92f71f33ccb2341
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Sun Apr 16 02:41:06 2023 -0400

    Release 3.2.3 version bump
---
 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 ab26fb2ed..377080bd6 100644
--- a/rel/reltool.config
+++ b/rel/reltool.config
@@ -12,7 +12,7 @@
 
 {sys, [
     {lib_dirs, ["../src"]},
-    {rel, "couchdb", "3.2.2", [
+    {rel, "couchdb", "3.2.3", [
         %% stdlib
         asn1,
         compiler,
diff --git a/version.mk b/version.mk
index dd9cd4842..1c7b5fc58 100644
--- a/version.mk
+++ b/version.mk
@@ -1,3 +1,3 @@
 vsn_major=3
 vsn_minor=2
-vsn_patch=2
+vsn_patch=3