From 9b784015db3d7676842c7e88fd9d5b3ee53789a6 Mon Sep 17 00:00:00 2001 From: Arthur Zakirov Date: Fri, 11 Aug 2017 19:05:36 +0300 Subject: [PATCH] Version 2.0.2 --- 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 8acfc071..dfeb0e11 100644 --- a/src/pg_probackup.c +++ b/src/pg_probackup.c @@ -17,7 +17,7 @@ #include #include -const char *PROGRAM_VERSION = "2.0.1"; +const char *PROGRAM_VERSION = "2.0.2"; 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 f00ad874..f45acc24 100644 --- a/tests/expected/option_version.out +++ b/tests/expected/option_version.out @@ -1 +1 @@ -pg_probackup 2.0.1 +pg_probackup 2.0.2