Bug 9044: (follow-up) fix merge conflict typo that broke this script
[koha.git] / C4 / UploadedFile.pm
index e8c9080..b7bcd37 100644 (file)
@@ -28,7 +28,7 @@ use vars qw($VERSION);
 
 BEGIN {
        # set the version for version checking
-       $VERSION = 3.00;
+    $VERSION = 3.07.00.049;
 }
 
 =head1 NAME