]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Apache/MVC.pm
0.2 release.
[maypole.git] / lib / Apache / MVC.pm
index 61e07640cfb8976dfc519e63d60d1f3fb2272250..89928fa814ff04c4bc725eb7ccadd82c853f376d 100644 (file)
@@ -6,7 +6,7 @@ use UNIVERSAL::require;
 use Apache::Constants ":common";
 use strict;
 use warnings;
-our $VERSION = "0.1";
+our $VERSION = "0.2";
 __PACKAGE__->mk_classdata($_) for qw( _config init_done view_object );
 __PACKAGE__->mk_accessors ( qw( config ar params query objects model_class
 args action template ));