From ff0314636697b152b92a58685e6ef72cb905c3f8 Mon Sep 17 00:00:00 2001 From: Arthur Zakirov Date: Thu, 18 May 2017 12:22:56 +0300 Subject: [PATCH] Version 1.1.12 --- pg_probackup.c | 2 +- tests/expected/option_version.out | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pg_probackup.c b/pg_probackup.c index 875f5cd4..07f2058d 100644 --- a/pg_probackup.c +++ b/pg_probackup.c @@ -16,7 +16,7 @@ #include #include -const char *PROGRAM_VERSION = "1.1.11"; +const char *PROGRAM_VERSION = "1.1.12"; const char *PROGRAM_URL = "https://github.com/postgrespro/pg_probackup"; const char *PROGRAM_EMAIL = "https://github.com/postgrespro/pg_probackup/issues"; diff --git a/tests/expected/option_version.out b/tests/expected/option_version.out index adc3ad0d..8f86ebec 100644 --- a/tests/expected/option_version.out +++ b/tests/expected/option_version.out @@ -1 +1 @@ -pg_probackup 1.1.11 +pg_probackup 1.1.12