aboutsummaryrefslogtreecommitdiff
path: root/perl/lib/Wallet/Schema.pm
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2014-12-08 21:01:30 -0800
committerRuss Allbery <eagle@eyrie.org>2014-12-08 21:01:30 -0800
commit050534cdd520a276d84dc4a66c81cc8b4faebcb5 (patch)
tree0e74d929e351bd2e5d50787ecfab428d1c9c1561 /perl/lib/Wallet/Schema.pm
parent68010e4c1957d2bbfe55efdb4bd4b32541c8d344 (diff)
parent7856dc7cc5e16140c0084474fe54338f293bf77e (diff)
Merge tag 'upstream/1.2' into debian
Upstream version 1.2
Diffstat (limited to 'perl/lib/Wallet/Schema.pm')
-rw-r--r--perl/lib/Wallet/Schema.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/lib/Wallet/Schema.pm b/perl/lib/Wallet/Schema.pm
index cb4c93e..5b850c0 100644
--- a/perl/lib/Wallet/Schema.pm
+++ b/perl/lib/Wallet/Schema.pm
@@ -18,7 +18,7 @@ use base 'DBIx::Class::Schema';
# This version should be increased on any code change to this module. Always
# use two digits for the minor version with a leading zero if necessary so
# that it will sort properly.
-our $VERSION = '0.09';
+our $VERSION = '0.10';
__PACKAGE__->load_namespaces;
__PACKAGE__->load_components (qw/Schema::Versioned/);