We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad932d8 commit f4c0ac3Copy full SHA for f4c0ac3
src/pg_probackup.h
@@ -338,7 +338,7 @@ typedef enum ShowFormat
338
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
339
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
340
#define BLOCKNUM_INVALID (-1)
341
-#define PROGRAM_VERSION "2.5.3"
+#define PROGRAM_VERSION "2.5.4"
342
343
/* update when remote agent API or behaviour changes */
344
#define AGENT_PROTOCOL_VERSION 20501
tests/expected/option_version.out
@@ -1 +1 @@
1
-pg_probackup 2.5.3
+pg_probackup 2.5.4
0 commit comments