We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d280fef commit c90d578Copy full SHA for c90d578
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.20";
+const char *PROGRAM_VERSION = "2.0.21";
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.20
+pg_probackup 2.0.21
0 commit comments