summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authormark <mark>2009-07-11 03:18:42 +0000
committermark <mark>2009-07-11 03:18:42 +0000
commit3d581f19bed8fbfeb0a83d04a7229d637e35dd4e (patch)
tree494fc629a4b5615b32f3b089da54d0a4200372bf /lib
parent281381167da4e2cd18c2c6d024295da3ea0eeaa1 (diff)
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 b40fad7..7c3263f 100644
--- a/lib/Business/OnlinePayment/WesternACH.pm
+++ b/lib/Business/OnlinePayment/WesternACH.pm
@@ -10,7 +10,7 @@ use Date::Parse 'str2time';
use vars qw($VERSION @ISA $me $DEBUG);
@ISA = qw(Business::OnlinePayment::HTTPS);
-$VERSION = '0.03';
+$VERSION = '0.04';
$me = 'Business::OnlinePayment::WesternACH';
$DEBUG = 0;