summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRobert Rothenberg <rrwo@cpan.org>2020-04-04 10:54:57 +0100
committerRobert Rothenberg <rrwo@cpan.org>2020-04-04 10:54:57 +0100
commit5d53eaa4847301bf514aa948555fc03547e192f3 (patch)
treeac028d664b9eb5014e3451e2d4abc88a9e9f48ba /lib
parent2591b38b45c97010f518984eb3a34e24fb23dd9e (diff)
Revert "Bump to v0.30 for next release"
This reverts commit 07c5bf33d8a0b0b4dc03d79a85c39e4af443047e. We want to release another trial with changes.
Diffstat (limited to 'lib')
-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 f01bc4e..f22cde6 100644
--- a/lib/Sys/CpuLoad.pm
+++ b/lib/Sys/CpuLoad.pm
@@ -21,7 +21,7 @@ use XSLoader;
our @EXPORT = qw();
our @EXPORT_OK = qw(load getloadavg proc_loadavg uptime);
-our $VERSION = '0.30';
+our $VERSION = '0.29';
XSLoader::load 'Sys::CpuLoad', $VERSION;