From 00ea17704820f413763b160cb0ba28303c43203a Mon Sep 17 00:00:00 2001 From: Grigory Smolkin Date: Tue, 7 Jan 2020 21:18:28 +0300 Subject: [PATCH] Version 2.2.7 --- 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 7b71f773..af782f1d 100644 --- a/src/pg_probackup.h +++ b/src/pg_probackup.h @@ -216,8 +216,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.2.6" -#define AGENT_PROTOCOL_VERSION 20206 +#define PROGRAM_VERSION "2.2.7" +#define AGENT_PROTOCOL_VERSION 20207 typedef struct ConnectionOptions diff --git a/tests/expected/option_version.out b/tests/expected/option_version.out index c256d255..dd345e04 100644 --- a/tests/expected/option_version.out +++ b/tests/expected/option_version.out @@ -1 +1 @@ -pg_probackup 2.2.6 \ No newline at end of file +pg_probackup 2.2.7 \ No newline at end of file