Skip to content

Commit ced96b2

Browse files
committed
Version 2.4.1
1 parent 5a41524 commit ced96b2

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
@@ -276,8 +276,8 @@ typedef enum ShowFormat
276276
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
277277
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
278278
#define BLOCKNUM_INVALID (-1)
279-
#define PROGRAM_VERSION "2.4.0"
280-
#define AGENT_PROTOCOL_VERSION 20400
279+
#define PROGRAM_VERSION "2.4.1"
280+
#define AGENT_PROTOCOL_VERSION 20401
281281

282282

283283
typedef struct ConnectionOptions

tests/expected/option_version.out

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pg_probackup 2.4.0
1+
pg_probackup 2.4.1

0 commit comments

Comments
 (0)