From 3a1d5c430fb1d1e35e358ff80c09c7d38cf66062 Mon Sep 17 00:00:00 2001 From: Anastasia Date: Mon, 30 Oct 2017 15:02:56 +0300 Subject: [PATCH] Version 2.0.10 --- 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 72221411..7e23b2f3 100644 --- a/src/pg_probackup.c +++ b/src/pg_probackup.c @@ -17,7 +17,7 @@ #include #include -const char *PROGRAM_VERSION = "2.0.9"; +const char *PROGRAM_VERSION = "2.0.10"; 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 c8b47ef9..c0dbfa55 100644 --- a/tests/expected/option_version.out +++ b/tests/expected/option_version.out @@ -1 +1 @@ -pg_probackup 2.0.9 +pg_probackup 2.0.10