Bug 8435: (follow-up) use a transaction for unit tests
[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