summaryrefslogtreecommitdiff
path: root/lib/Business/OnlinePayment
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Business/OnlinePayment')
-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 d8ed6e3..e18a122 100644
--- a/lib/Business/OnlinePayment/WesternACH.pm
+++ b/lib/Business/OnlinePayment/WesternACH.pm
@@ -8,7 +8,7 @@ use XML::Simple;
use vars qw($VERSION @ISA $me $DEBUG);
@ISA = qw(Business::OnlinePayment::HTTPS);
-$VERSION = '0.01';
+$VERSION = '0.02';
$me = 'Business::OnlinePayment::WesternACH';
$DEBUG = 0;