From 33a33a9e1bee5ab375575f30a0e832eaa3b68453 Mon Sep 17 00:00:00 2001 From: Anastasia Date: Fri, 17 Aug 2018 16:31:28 +0300 Subject: [PATCH] Version 2.0.19. Various fixes and code cleanup for previous version. --- src/pg_probackup.c | 2 +- tests/expected/option_version.out | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pg_probackup.c b/src/pg_probackup.c index a18ee5c3..79095b9c 100644 --- a/src/pg_probackup.c +++ b/src/pg_probackup.c @@ -19,7 +19,7 @@ #include #include "pg_getopt.h" -const char *PROGRAM_VERSION = "2.0.18"; +const char *PROGRAM_VERSION = "2.0.19"; 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 35e212c3..a9ac664e 100644 --- a/tests/expected/option_version.out +++ b/tests/expected/option_version.out @@ -1 +1 @@ -pg_probackup 2.0.18 \ No newline at end of file +pg_probackup 2.0.19 \ No newline at end of file