Skip to content

Commit

Permalink
Bumping to version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Sandin committed Nov 12, 2013
1 parent 182704e commit f38f41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Linode/Longview/Util.pm
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ our $logger = get_logger();
our $gua;
our $post_target = 'https://longview.linode.com/post';

our $VERSION = '1.1.0';
our $VERSION = '1.1.1';
our $TICKS = POSIX::sysconf(&POSIX::_SC_CLK_TCK);
our $PROCFS = find_procfs() or $logger->logdie("Couldn't find procfs: $!");
our $ARCH = get_architecture() or $logger->info("Couldn't determine architecture: $!");
Expand Down

0 comments on commit f38f41d

Please sign in to comment.