Skip to content

Commit 85f7559

Browse files
committed
Version 2.0.20
Minor fixes and bug fixes
1 parent 61cbf0c commit 85f7559

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pg_probackup.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include <unistd.h>
2020
#include "pg_getopt.h"
2121

22-
const char *PROGRAM_VERSION = "2.0.19";
22+
const char *PROGRAM_VERSION = "2.0.20";
2323
const char *PROGRAM_URL = "https://github.com/postgrespro/pg_probackup";
2424
const char *PROGRAM_EMAIL = "https://github.com/postgrespro/pg_probackup/issues";
2525

tests/expected/option_version.out

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pg_probackup 2.0.19
1+
pg_probackup 2.0.20

0 commit comments

Comments
 (0)