Skip to content

Commit

Permalink
Version bump preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherraa committed May 23, 2023
1 parent f81f153 commit 2533adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/Prometheus.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use Time::HiRes qw/gettimeofday tv_interval/;
use Net::Prometheus;
use IPC::ShareLite;

our $VERSION = '1.3.1';
our $VERSION = '1.4.0';

has prometheus => sub { Net::Prometheus->new(disable_process_collector => 1) };
has route => sub {undef};
Expand Down

0 comments on commit 2533adb

Please sign in to comment.