summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Rothenberg <rrwo@cpan.org>2020-03-24 22:29:03 +0000
committerRobert Rothenberg <rrwo@cpan.org>2020-03-24 22:29:03 +0000
commita7751f1b878959bb3b8afd0a25a312a6ec280d80 (patch)
tree8a5c6ffc16c5a3c3d524b4a1a7e59e44990a6bd6
parent6ccc978d6e589e624fa888fbd92f07238002e3a9 (diff)
Bump to v0.10
-rw-r--r--lib/Sys/CpuLoad.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sys/CpuLoad.pm b/lib/Sys/CpuLoad.pm
index 7b45498..19b39db 100644
--- a/lib/Sys/CpuLoad.pm
+++ b/lib/Sys/CpuLoad.pm
@@ -17,7 +17,7 @@ use XSLoader;
our @EXPORT = qw();
our @EXPORT_OK = qw(load);
-our $VERSION = '0.04';
+our $VERSION = '0.10';
XSLoader::load 'Sys::CpuLoad', $VERSION;