We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f9d28 commit 5bdfd0fCopy full SHA for 5bdfd0f
src/pg_probackup.h
@@ -229,8 +229,8 @@ typedef enum ShowFormat
229
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
230
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
231
#define BLOCKNUM_INVALID (-1)
232
-#define PROGRAM_VERSION "2.3.0"
233
-#define AGENT_PROTOCOL_VERSION 20300
+#define PROGRAM_VERSION "2.3.1"
+#define AGENT_PROTOCOL_VERSION 20301
234
235
236
typedef struct ConnectionOptions
tests/expected/option_version.out
@@ -1 +1 @@
1
-pg_probackup 2.3.0
+pg_probackup 2.3.1
0 commit comments