]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole.pm
Maypole release time.
[maypole.git] / lib / Maypole.pm
index 4f73848fd700a6b9320de342f16e094c4997d72b..54f0c0d7ec7c5640d0a348064c8180fe9b50fa81 100644 (file)
@@ -5,7 +5,7 @@ use UNIVERSAL::require;
 use Apache::Constants ":common";
 use strict;
 use warnings;
-our $VERSION = "0.2";
+our $VERSION = "1.0";
 __PACKAGE__->mk_classdata($_) for qw( config init_done view_object );
 __PACKAGE__->mk_accessors ( qw( ar params query objects model_class
 args action template ));