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 f514488 commit a0983d2Copy full SHA for a0983d2
src/pg_probackup.h
@@ -335,7 +335,7 @@ typedef enum ShowFormat
335
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
336
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
337
#define BLOCKNUM_INVALID (-1)
338
-#define PROGRAM_VERSION "2.5.7"
+#define PROGRAM_VERSION "2.6.0"
339
340
/* update when remote agent API or behaviour changes */
341
#define AGENT_PROTOCOL_VERSION 20600
tests/expected/option_version.out
@@ -1 +1 @@
1
-pg_probackup 2.5.7
+pg_probackup 2.6.0
0 commit comments