From 77e99179afb698b14c3f90ccbb6cb8053f509051 Mon Sep 17 00:00:00 2001 From: Grigory Smolkin Date: Mon, 11 May 2020 21:24:51 +0300 Subject: [PATCH] Version 2.3.2 --- src/pg_probackup.h | 4 ++-- tests/expected/option_version.out | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pg_probackup.h b/src/pg_probackup.h index 2608419c..83b2cbe2 100644 --- a/src/pg_probackup.h +++ b/src/pg_probackup.h @@ -229,8 +229,8 @@ typedef enum ShowFormat #define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */ #define FILE_NOT_FOUND (-2) /* file disappeared during backup */ #define BLOCKNUM_INVALID (-1) -#define PROGRAM_VERSION "2.3.1" -#define AGENT_PROTOCOL_VERSION 20301 +#define PROGRAM_VERSION "2.3.2" +#define AGENT_PROTOCOL_VERSION 20302 typedef struct ConnectionOptions diff --git a/tests/expected/option_version.out b/tests/expected/option_version.out index ba90ec99..71667497 100644 --- a/tests/expected/option_version.out +++ b/tests/expected/option_version.out @@ -1 +1 @@ -pg_probackup 2.3.1 \ No newline at end of file +pg_probackup 2.3.2 \ No newline at end of file