]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/CGI/Maypole.pm
fixed version number in CGI::Maypole
[maypole.git] / lib / CGI / Maypole.pm
index db8cc75149dc180af39653c03484db0a88b5cd14..1cc60ba6d7d8567d85df70eca0b942a87218a75a 100644 (file)
@@ -3,7 +3,8 @@ use base 'Maypole';
 
 use strict;
 use warnings;
-our $VERSION = "0.3";
+
+our $VERSION = '2.03';
 
 sub run {
     my $self = shift;