Bug 10572: Add phone to message_transport_types table for new installs
[koha.git] / C4 / SMS.pm
index b4b1992..24580d6 100644 (file)
--- a/C4/SMS.pm
+++ b/C4/SMS.pm
@@ -40,7 +40,7 @@ use C4::Context;
 use vars qw( $VERSION );
 
 BEGIN {
-    $VERSION = 0.03;
+    $VERSION = 3.07.00.049;
 }
 
 =head1 METHODS