Bug 13088: Allow the user to specify a max amount of facets to show
[koha.git] / C4 / Labels / Profile.pm
index 7792683..8f41357 100644 (file)
@@ -8,7 +8,7 @@ use base qw(C4::Creators::Profile);
 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::(.+)::.+$/;