We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9830b62 commit 00ea177Copy full SHA for 00ea177
src/pg_probackup.h
@@ -216,8 +216,8 @@ typedef enum ShowFormat
216
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
217
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
218
#define BLOCKNUM_INVALID (-1)
219
-#define PROGRAM_VERSION "2.2.6"
220
-#define AGENT_PROTOCOL_VERSION 20206
+#define PROGRAM_VERSION "2.2.7"
+#define AGENT_PROTOCOL_VERSION 20207
221
222
223
typedef struct ConnectionOptions
tests/expected/option_version.out
@@ -1 +1 @@
1
-pg_probackup 2.2.6
+pg_probackup 2.2.7
0 commit comments