another swiping change and bump to version [0.08]
[perl-cwmp.git] / Makefile.PL
index 2e8d702..9d8a82a 100644 (file)
@@ -3,7 +3,7 @@ use lib './lib';
 use inc::Module::Install;
 
 name           'CWMP';
-version                '0.05';
+version                '0.08';
 license                'GPL';
 requires       'Net::Server';
 requires       'HTTP::Daemon';
@@ -31,4 +31,3 @@ clean_files('dump/* yaml state.db html t/var/*');
 auto_install;
 
 WriteAll;
-