From fbc1843597ae3211f65db61246731c3b354f3c2a Mon Sep 17 00:00:00 2001 From: jygaulier Date: Thu, 16 May 2024 09:49:33 +0200 Subject: [PATCH] fix version --- lib/PHPExiftool/PHPExiftool.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PHPExiftool/PHPExiftool.php b/lib/PHPExiftool/PHPExiftool.php index fcbae5812..e3cd393ac 100644 --- a/lib/PHPExiftool/PHPExiftool.php +++ b/lib/PHPExiftool/PHPExiftool.php @@ -10,7 +10,7 @@ class PHPExiftool { - const v = "4.1.0"; + const v = "4.1.1"; const ROOT_NAMESPACE = "PHPExiftool\\Driver"; const SUBDIR = "TagGroup";