This is an automated email from the ASF dual-hosted git repository.
vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/main by this push:
new fb76d3756 Bump version to 3.3.0
fb76d3756 is described below
commit fb76d3756b41fabbeca5198f369881d0a63a95d6
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Fri Dec 16 21:29:40 2022 -0500
Bump version to 3.3.0
---
rel/reltool.config | 2 +-
version.mk | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/rel/reltool.config b/rel/reltool.config
index f7c9df14b..2e3fdd8a0 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.3.0", [
%% stdlib
asn1,
compiler,
diff --git a/version.mk b/version.mk
index dd9cd4842..9c922a838 100644
--- a/version.mk
+++ b/version.mk
@@ -1,3 +1,3 @@
vsn_major=3
-vsn_minor=2
-vsn_patch=2
+vsn_minor=3
+vsn_patch=0