Bump version

3.4.0
This commit is contained in:
Ian Barwick
2019-02-21 13:07:48 +09:00
parent 9ae8f5780b
commit a4f572a1ff
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
3.3.3 2017-06
3.4.0 2019-02
repmgr: fix `standby register --force` when updating existing node record (Ian)
3.3.2 2017-06-01

View File

@@ -1,6 +1,6 @@
#ifndef _VERSION_H_
#define _VERSION_H_
#define REPMGR_VERSION "3.3.2"
#define REPMGR_VERSION "3.4.0"
#endif