We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f8cd1 commit b807f69Copy full SHA for b807f69
lib/SMS/API/CMTelecom.pm
@@ -16,7 +16,7 @@ Version 0.01
16
17
=cut
18
19
-our $VERSION = '0.03';
+our $VERSION = '0.04';
20
21
22
=head1 SYNOPSIS
lib/SMS/Send/CMTelecom.pm
@@ -7,7 +7,7 @@ use SMS::API::CMTelecom;
7
8
use base 'SMS::Send::Driver';
9
10
-$SMS::Send::CMTelecom::VERSION = '0.03';
+$SMS::Send::CMTelecom::VERSION = '0.04';
11
12
sub new {
13
my ($class, %args) = @_;
0 commit comments