Skip to content

Commit 99fdd3b

Browse files
committed
Version 2.3.0
1 parent 1c81e75 commit 99fdd3b

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
@@ -229,8 +229,8 @@ typedef enum ShowFormat
229229
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
230230
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
231231
#define BLOCKNUM_INVALID (-1)
232-
#define PROGRAM_VERSION "2.2.8"
233-
#define AGENT_PROTOCOL_VERSION 20208
232+
#define PROGRAM_VERSION "2.3.0"
233+
#define AGENT_PROTOCOL_VERSION 20300
234234

235235

236236
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.7
1+
pg_probackup 2.3.0

0 commit comments

Comments
 (0)