Skip to content

Commit f431452

Browse files
committed
Version 2.2.6
1 parent b7f69ae commit f431452

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Regardless of the chosen backup type, all backups taken with `pg_probackup` supp
4848

4949
## Current release
5050

51-
[2.2.5](https://github.com/postgrespro/pg_probackup/releases/tag/2.2.5)
51+
[2.2.6](https://github.com/postgrespro/pg_probackup/releases/tag/2.2.6)
5252

5353
## Documentation
5454

src/pg_probackup.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ typedef enum ShowFormat
216216
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
217217
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
218218
#define BLOCKNUM_INVALID (-1)
219-
#define PROGRAM_VERSION "2.2.5"
220-
#define AGENT_PROTOCOL_VERSION 20205
219+
#define PROGRAM_VERSION "2.2.6"
220+
#define AGENT_PROTOCOL_VERSION 20206
221221

222222

223223
typedef struct ConnectionOptions

tests/expected/option_version.out

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pg_probackup 2.2.5
1+
pg_probackup 2.2.6

0 commit comments

Comments
 (0)