diff --git a/src/pg_probackup.h b/src/pg_probackup.h index 573ed399..4527a33e 100644 --- a/src/pg_probackup.h +++ b/src/pg_probackup.h @@ -196,8 +196,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.1.1" -#define AGENT_PROTOCOL_VERSION 20101 +#define PROGRAM_VERSION "2.1.2" +#define AGENT_PROTOCOL_VERSION 20102 /* * An instance configuration. It can be stored in a configuration file or passed diff --git a/tests/expected/option_version.out b/tests/expected/option_version.out index 3d8a86e7..18458de4 100644 --- a/tests/expected/option_version.out +++ b/tests/expected/option_version.out @@ -1 +1 @@ -pg_probackup 2.1.1 \ No newline at end of file +pg_probackup 2.1.2 \ No newline at end of file