We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667f2dc commit c63a2b8Copy full SHA for c63a2b8
src/pg_probackup.h
@@ -288,8 +288,8 @@ typedef enum ShowFormat
288
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
289
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
290
#define BLOCKNUM_INVALID (-1)
291
-#define PROGRAM_VERSION "2.4.5"
292
-#define AGENT_PROTOCOL_VERSION 20405
+#define PROGRAM_VERSION "2.4.6"
+#define AGENT_PROTOCOL_VERSION 20406
293
294
/* update only when changing storage format */
295
#define STORAGE_FORMAT_VERSION "2.4.4"
tests/expected/option_version.out
@@ -1 +1 @@
1
-pg_probackup 2.4.5
+pg_probackup 2.4.6
0 commit comments