From ceb65027c693422c66edf0bc78964fc9ecf6e54e Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Fri, 4 Feb 2022 09:08:04 +0900 Subject: [PATCH] Bump version number --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 7b3f206d..21fa4fa3 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([repmgr], [5.3.0], [repmgr@googlegroups.com], [repmgr], [https://repmgr.org/]) +AC_INIT([repmgr], [5.3.1], [repmgr@googlegroups.com], [repmgr], [https://repmgr.org/]) AC_COPYRIGHT([Copyright (c) 2010-2021, EnterpriseDB Corporation])