]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/DB.pm
bug_status view now returns unix epoch; bump db version
[debbugs.git] / Debbugs / DB.pm
index 6941a5f3a96564b189f796e2db2b26c23e1a1754..5f6bd040d8215978ce87ccd8a07baa3c4dd26a99 100644 (file)
@@ -17,7 +17,7 @@ __PACKAGE__->load_namespaces;
 
 # This version must be incremented any time the schema changes so that
 # DBIx::Class::DeploymentHandler can do its work
-our $VERSION=11;
+our $VERSION=12;
 
 # You can replace this text with custom code or comments, and it will be preserved on regeneration