Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
bump version to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shthead committed May 13, 2016
1 parent 821cd2c commit 0163b76
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v0.4.4 - 13/05/16
------------------------------
BUG FIXES
* Certain quoting for the check command will cause the wrong return code -
strip the quotes from start and end.
* Perl error when the script starts up under ExaBGP

v0.4.3 - 13/05/16
------------------------------
BUG FIXES
Expand Down
2 changes: 1 addition & 1 deletion healthcheck.pl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

########## Begin Script ##########

my $script_version = '0.4.3';
my $script_version = '0.4.4';

# Get this scripts name
my $name = basename($0);
Expand Down

0 comments on commit 0163b76

Please sign in to comment.