8000
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 fffebdc commit 03ad0d0Copy full SHA for 03ad0d0
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.6"
+#define PROGRAM_VERSION "2.5.7"
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.6
+pg_probackup 2.5.7
0 commit comments