Skip to content

Commit ce0154c

Browse files
committed
2.4 release
1 parent 9ea3ada commit ce0154c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
2024-XX-XX v2.4:
4+
2024-07-05 v2.4:
55

66
- Only support pgBackRest **2.52** and above to fix issue with new pgBackRest
77
versioning policy since `2.52.1`. (Reported by netphantm)

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ CONTRIBUTING
150150
welcome.
151151

152152
VERSION
153-
check_pgbackrest version 2.3, released on Tue May 31 2022.
153+
check_pgbackrest version 2.4, released on Fri Jul 05 2024.
154154

155155
LICENSING
156156
This program is open source, licensed under the PostgreSQL license. For

README.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ check_pgbackrest is an open project. Any contribution to improve it is welcome.
176176

177177
=head1 VERSION
178178

179-
check_pgbackrest version 2.3, released on Tue May 31 2022.
179+
check_pgbackrest version 2.4, released on Fri Jul 05 2024.
180180

181181
=head1 LICENSING
182182

check_pgbackrest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ undef @path;
6161
# Reference to the output sub
6262
my $output_fmt;
6363

64-
$VERSION = '2.4dev';
64+
$VERSION = '2.4';
6565
$PROGRAM = 'check_pgbackrest';
6666
$PGBR_SUPPORT = '2.52';
6767
$INIT_TIME = time();
@@ -1406,7 +1406,7 @@ check_pgbackrest is an open project. Any contribution to improve it is welcome.
14061406
14071407
=head1 VERSION
14081408
1409-
check_pgbackrest version 2.3, released on Tue May 31 2022.
1409+
check_pgbackrest version 2.4, released on Fri Jul 05 2024.
14101410
14111411
=head1 LICENSING
14121412

0 commit comments

Comments
 (0)