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 7c7faf7 commit 5c4ad52Copy full SHA for 5c4ad52
src/pg_probackup.h
@@ -205,8 +205,8 @@ typedef enum ShowFormat
205
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
206
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
207
#define BLOCKNUM_INVALID (-1)
208
-#define PROGRAM_VERSION "2.1.5"
209
-#define AGENT_PROTOCOL_VERSION 20105
+#define PROGRAM_VERSION "2.2.0"
+#define AGENT_PROTOCOL_VERSION 20200
210
211
212
typedef struct ConnectionOptions
tests/expected/option_version.out
@@ -1 +1 @@
1
-pg_probackup 2.1.5
+pg_probackup 2.2.0
0 commit comments