about summary refs log tree commit diff
path: root/lib/jitterbug/Schema.pm
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-02-13 16:20:46 +0100
committerfranck cuny <franck@lumberjaph.net>2011-02-13 16:20:46 +0100
commit7ba102a0b05decfeb046e541d0f76902a071e9d7 (patch)
tree898fd14726300d335cdaa11d38b2de868d3eb29d /lib/jitterbug/Schema.pm
parentresolve merge conflict (diff)
parentadd more tests (diff)
downloadjitterbug-7ba102a0b05decfeb046e541d0f76902a071e9d7.tar.gz
Merge branch 'feature/stack_builds' into devel devel
* feature/stack_builds:
  add more tests
  inside the hook, we check if we can add more than one task for this project
  add configuration option to skip some branches; add tests for the Hook
  that's why we want datetime
  use DateTime
Diffstat (limited to 'lib/jitterbug/Schema.pm')
-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 f47d7e9..c671d78 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 = '3';
+our $VERSION = '4';
 
 __PACKAGE__->load_namespaces();