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