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 58d02b2 commit f4ab4b9Copy full SHA for f4ab4b9
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.10"
+#define PROGRAM_VERSION "2.4.11"
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.10
+pg_probackup 2.4.11
0 commit comments