Skip to content

Commit

Permalink
Version 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Sandin committed Aug 28, 2013
1 parent e497f7a commit 1bea0dd
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 @@ -54,7 +54,7 @@ our $logger = get_logger();
our $gua;
our $post_target = 'https://longview.linode.com/post';

our $VERSION = '0.2.6';
our $VERSION = '0.2.7';
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 1bea0dd

Please sign in to comment.