Skip to content

Commit

Permalink
Client version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Sandin committed Oct 1, 2013
1 parent 2478ef6 commit 6ff1a34
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 = '1.0.0';
our $VERSION = '1.0.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 6ff1a34

Please sign in to comment.