Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Wassberg committed Jul 10, 2020
1 parent 40718ea commit 4a4dba5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"web": "https://github.com/stockholmuniversity/SU-API-Icinga2-perl"
},
"release_status" : "stable",
"version" : "2.0.3",
"version" : "2.0.4",
"x_serialization_backend" : "JSON::PP version 2.97001"
}
2 changes: 1 addition & 1 deletion META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ resources:
bugtracker: http://github.com/stockholmuniversity/SU-API-Icinga2-perl/issues
homepage: https://github.com/stockholmuniversity/SU-API-Icinga2-perl
license: http://dev.perl.org/licenses/
version: 2.0.3
version: 2.0.4
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
2 changes: 1 addition & 1 deletion lib/Monitoring/Icinga2/Client/REST.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use URI::Escape;
use JSON;
use Encode qw( encode_utf8 );
use Scalar::Util 'looks_like_number';
use version 0.77; our $VERSION = version->declare('2.0.3');
use version 0.77; our $VERSION = version->declare('2.0.4');

sub new {
my ($class, $hostname, $port, $path, $version, $insecure) = @_;
Expand Down

0 comments on commit 4a4dba5

Please sign in to comment.