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 448597d commit c408a0eCopy full SHA for c408a0e
src/pg_probackup.c
@@ -17,7 +17,7 @@
17
#include <sys/stat.h>
18
#include <unistd.h>
19
20
-const char *PROGRAM_VERSION = "2.0.16";
+const char *PROGRAM_VERSION = "2.0.17";
21
const char *PROGRAM_URL = "https://github.com/postgrespro/pg_probackup";
22
const char *PROGRAM_EMAIL = "https://github.com/postgrespro/pg_probackup/issues";
23
tests/expected/option_version.out
@@ -1 +1 @@
1
-pg_probackup 2.0.16
+pg_probackup 2.0.17
0 commit comments