about summary refs log tree commit
path: root/Net/Domain.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Net/Domain.pm')
-rw-r--r--Net/Domain.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Net/Domain.pm b/Net/Domain.pm
index ca36a79..330909d 100644
--- a/Net/Domain.pm
+++ b/Net/Domain.pm
@@ -16,7 +16,7 @@ use Net::Config;
 @ISA       = qw(Exporter);
 @EXPORT_OK = qw(hostname hostdomain hostfqdn domainname);
 
-$VERSION = "2.19_01";
+$VERSION = "2.20";
 
 my ($host, $domain, $fqdn) = (undef, undef, undef);