diff options
author | Russ Allbery <rra@stanford.edu> | 2007-12-05 01:27:57 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-12-05 01:27:57 +0000 |
commit | c74e1824fe878d6289a6a0fa3b777d5c425e0a44 (patch) | |
tree | 4af92a87b40b268bf72922bd53ba87c93d304812 /perl | |
parent | 71aceb8dade53339429ab11fc318e5c67c9cc791 (diff) |
Bump version number for previous changes.
Diffstat (limited to 'perl')
-rw-r--r-- | perl/Wallet/Schema.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Wallet/Schema.pm b/perl/Wallet/Schema.pm index 2aac445..2f62da7 100644 --- a/perl/Wallet/Schema.pm +++ b/perl/Wallet/Schema.pm @@ -21,7 +21,7 @@ use DBI; # 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. -$VERSION = '0.02'; +$VERSION = '0.03'; ############################################################################## # Data manipulation |