We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a71829d commit e60cb20Copy full SHA for e60cb20
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.2.2"
209
-#define AGENT_PROTOCOL_VERSION 20202
+#define PROGRAM_VERSION "2.2.3"
+#define AGENT_PROTOCOL_VERSION 20203
210
211
212
typedef struct ConnectionOptions
tests/expected/option_version.out
@@ -1 +1 @@
1
-pg_probackup 2.2.2
+pg_probackup 2.2.3
0 commit comments