We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 457e062 commit 348283bCopy full SHA for 348283b
src/pg_probackup.h
@@ -345,7 +345,7 @@ typedef enum ShowFormat
345
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
346
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
347
#define BLOCKNUM_INVALID (-1)
348
-#define PROGRAM_VERSION "2.5.9"
+#define PROGRAM_VERSION "2.5.10"
349
350
/* update when remote agent API or behaviour changes */
351
#define AGENT_PROTOCOL_VERSION 20509
tests/expected/option_version.out
@@ -1 +1 @@
1
-pg_probackup 2.5.9
+pg_probackup 2.5.10
0 commit comments