Skip to content

Commit 33a33a9

Browse files
committed
Version 2.0.19.
Various fixes and code cleanup for previous version.
1 parent 14d09bb commit 33a33a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pg_probackup.c

Lines changed: 1 addition & 1 deletion
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.18";
22+
const char *PROGRAM_VERSION = "2.0.19";
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pg_probackup 2.0.18
1+
pg_probackup 2.0.19

0 commit comments

Comments
 (0)