]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/DB.pm
add usertag support to the database
[debbugs.git] / Debbugs / DB.pm
index 313bfbb35d70b337ae9e1eca9846dc5026e711eb..c3937444e03a8862781a0aba15ecfc311fe938e5 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=2;
+our $VERSION=3;
 
 # You can replace this text with custom code or comments, and it will be preserved on regeneration