We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61cbf0c commit 85f7559Copy full SHA for 85f7559
src/pg_probackup.c
@@ -19,7 +19,7 @@
19
#include <unistd.h>
20
#include "pg_getopt.h"
21
22
-const char *PROGRAM_VERSION = "2.0.19";
+const char *PROGRAM_VERSION = "2.0.20";
23
const char *PROGRAM_URL = "https://github.com/postgrespro/pg_probackup";
24
const char *PROGRAM_EMAIL = "https://github.com/postgrespro/pg_probackup/issues";
25
tests/expected/option_version.out
@@ -1 +1 @@
1
-pg_probackup 2.0.19
+pg_probackup 2.0.20
0 commit comments