We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 673b11b commit 212fad4Copy full SHA for 212fad4
src/pg_probackup.h
@@ -306,7 +306,7 @@ typedef enum ShowFormat
306
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
307
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
308
#define BLOCKNUM_INVALID (-1)
309
-#define PROGRAM_VERSION "2.4.9"
+#define PROGRAM_VERSION "2.4.10"
310
311
/* update when remote agent API or behaviour changes */
312
#define AGENT_PROTOCOL_VERSION 20409
tests/expected/option_version.out
@@ -1 +1 @@
1
-pg_probackup 2.4.9
+pg_probackup 2.4.10
0 commit comments