diff options
author | plobbes <plobbes> | 2007-03-13 22:30:02 +0000 |
---|---|---|
committer | plobbes <plobbes> | 2007-03-13 22:30:02 +0000 |
commit | b07276604fe7412f98ad434dc7aef51b91a80b52 (patch) | |
tree | 8646243a28d3a5b4051fac9114920bebb354bafb | |
parent | 01c1be4b649247359d8a31059809c55e8619c418 (diff) |
- increment version
-rw-r--r-- | PayflowPro.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PayflowPro.pm b/PayflowPro.pm index 9d3c73f..446a134 100644 --- a/PayflowPro.pm +++ b/PayflowPro.pm @@ -8,7 +8,7 @@ use Digest::MD5; use base qw(Business::OnlinePayment::HTTPS); -$VERSION = '0.07_02'; +$VERSION = '0.07_03'; $VERSION = eval $VERSION; $DEBUG = 0; |