diff --git a/src/pg_probackup.h b/src/pg_probackup.h index aec5c3e84..2ec09babb 100644 --- a/src/pg_probackup.h +++ b/src/pg_probackup.h @@ -303,8 +303,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.4.8" -#define AGENT_PROTOCOL_VERSION 20408 +#define PROGRAM_VERSION "2.4.9" +#define AGENT_PROTOCOL_VERSION 20409 /* update only when changing storage format */ #define STORAGE_FORMAT_VERSION "2.4.4" diff --git a/tests/expected/option_version.out b/tests/expected/option_version.out index 9a1e5663b..1481e32db 100644 --- a/tests/expected/option_version.out +++ b/tests/expected/option_version.out @@ -1 +1 @@ -pg_probackup 2.4.8 \ No newline at end of file +pg_probackup 2.4.9 \ No newline at end of file