summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/SelfLoader.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SelfLoader.pm b/lib/SelfLoader.pm
index 3b810ddbf1..40c92db6b7 100644
--- a/lib/SelfLoader.pm
+++ b/lib/SelfLoader.pm
@@ -3,7 +3,7 @@ package SelfLoader;
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(AUTOLOAD);
-$VERSION = "1.0903";
+$VERSION = "1.0904";
sub Version {$VERSION}
$DEBUG = 0;