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 e3a3737 commit 6db02b6Copy full SHA for 6db02b6
pg_probackup.c
@@ -16,7 +16,7 @@
16
#include <time.h>
17
#include <sys/stat.h>
18
19
-const char *PROGRAM_VERSION = "1.1.10";
+const char *PROGRAM_VERSION = "1.1.11";
20
const char *PROGRAM_URL = "https://github.com/postgrespro/pg_probackup";
21
const char *PROGRAM_EMAIL = "https://github.com/postgrespro/pg_probackup/issues";
22
tests/expected/option_version.out
@@ -1 +1 @@
1
-pg_probackup 1.1.10
+pg_probackup 1.1.11
0 commit comments