Skip to content

Commit d2c60ca

Browse files
committed
Version 2.2.5
1 parent f8a6a26 commit d2c60ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/pg_probackup.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ typedef enum ShowFormat
209209
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
210210
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
211211
#define BLOCKNUM_INVALID (-1)
212-
#define PROGRAM_VERSION "2.2.4"
213-
#define AGENT_PROTOCOL_VERSION 20204
212+
#define PROGRAM_VERSION "2.2.5"
213+
#define AGENT_PROTOCOL_VERSION 20205
214214

215215

216216
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.4
1+
pg_probackup 2.2.5

0 commit comments

Comments
 (0)