Bug 7993 follow-up to fix POD DOC
[koha.git] / C4 / Patroncards / Layout.pm
index e14d4f2..ab215ad 100644 (file)
@@ -8,7 +8,7 @@ use base qw(C4::Creators::Layout);
 use autouse 'Data::Dumper' => qw(Dumper);
 
 BEGIN {
-    use version; our $VERSION = qv('1.0.0_1');
+    use version; our $VERSION = qv('3.07.00.049');
 }
 
 __PACKAGE__ =~ m/^C4::(.+)::.+$/;