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.
2 parents de411ed + 348283b commit 5f66a60Copy full SHA for 5f66a60
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