From d4743168df695ca86f285fcfd1f664d0ea1114ea Mon Sep 17 00:00:00 2001 From: Anastasia Date: Wed, 3 May 2017 12:54:38 +0300 Subject: [PATCH] Version 1.1.10 --- pg_probackup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pg_probackup.c b/pg_probackup.c index 879108dd..24a0d547 100644 --- a/pg_probackup.c +++ b/pg_probackup.c @@ -16,7 +16,7 @@ #include #include -const char *PROGRAM_VERSION = "1.1.9"; +const char *PROGRAM_VERSION = "1.1.10"; const char *PROGRAM_URL = "https://github.com/postgrespro/pg_probackup"; const char *PROGRAM_EMAIL = "https://github.com/postgrespro/pg_probackup/issues";