about summary refs log tree commit diff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-02-13 13:56:53 +0100
committerfranck cuny <franck@lumberjaph.net>2011-02-13 13:56:53 +0100
commit207eb36a76f53e35fbbbb9ef5f5ed7e1ddae8c59 (patch)
tree698d6855a6e0cefe87aa7992356cdc619035720b
parentdisplay current build if any (diff)
downloadjitterbug-207eb36a76f53e35fbbbb9ef5f5ed7e1ddae8c59.tar.gz
prepare to update schema again
-rw-r--r--lib/jitterbug/Schema.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/jitterbug/Schema.pm b/lib/jitterbug/Schema.pm
index 5b42275..f47d7e9 100644
--- a/lib/jitterbug/Schema.pm
+++ b/lib/jitterbug/Schema.pm
@@ -1,7 +1,7 @@
 package jitterbug::Schema;
 use base qw/DBIx::Class::Schema/;
 
-our $VERSION = '2';
+our $VERSION = '3';
 
 __PACKAGE__->load_namespaces();