summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authormark <mark>2009-08-08 21:29:19 +0000
committermark <mark>2009-08-08 21:29:19 +0000
commit524fc4f720c1ef8b608c0ae3d67a4fdd4f6d7e4e (patch)
tree62506c7009b85bce182e8abd004826ed181225c8 /lib
parent8e5f7d36a1555a7f55fceb5ffababc6f6f3a5cab (diff)
0.05
Diffstat (limited to 'lib')
-rw-r--r--lib/Business/OnlinePayment/WesternACH.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Business/OnlinePayment/WesternACH.pm b/lib/Business/OnlinePayment/WesternACH.pm
index 69a52e1..03a8e83 100644
--- a/lib/Business/OnlinePayment/WesternACH.pm
+++ b/lib/Business/OnlinePayment/WesternACH.pm
@@ -11,7 +11,7 @@ use Date::Parse 'str2time';
use vars qw($VERSION @ISA $me $DEBUG);
@ISA = qw(Business::OnlinePayment::HTTPS);
-$VERSION = '0.04';
+$VERSION = '0.05';
$me = 'Business::OnlinePayment::WesternACH';
$DEBUG = 0;