diff options
author | Russ Allbery <eagle@eyrie.org> | 2016-01-23 15:24:19 -0800 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2016-01-23 15:24:19 -0800 |
commit | 43d3a892cb5aa69234a2591bf584036970a7243e (patch) | |
tree | a7a88df300ac9f8db6bab8f1c697dc5766cda836 /perl/lib/Wallet/Admin.pm | |
parent | 17d8e73401143e80b75356b21482da229b1d9d5a (diff) |
Update Perl module versions for 1.4
Diffstat (limited to 'perl/lib/Wallet/Admin.pm')
-rw-r--r-- | perl/lib/Wallet/Admin.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/lib/Wallet/Admin.pm b/perl/lib/Wallet/Admin.pm index 9b63174..77f8247 100644 --- a/perl/lib/Wallet/Admin.pm +++ b/perl/lib/Wallet/Admin.pm @@ -20,7 +20,7 @@ use warnings; use Wallet::ACL; use Wallet::Schema; -our $VERSION = '1.03'; +our $VERSION = '1.04'; # The last non-DBIx::Class version of Wallet::Schema. If a database has no # DBIx::Class versioning, we artificially install this version number before |