Skip to content

Commit 2bac76c

Browse files
committed
Fix path to version file after moving class
1 parent 1dd440d commit 2bac76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Libraries/Core/VersionInfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class VersionInfo
99
public const EOL = "\n";
1010

1111
// Default path to version file relative to src/ directory.
12-
const VERSION_INFO_FILE = __DIR__ . '/../../etc/.rsync-version';
12+
const VERSION_INFO_FILE = __DIR__ . '/../../../etc/.rsync-version';
1313

1414
private static ?array $version = null;
1515

0 commit comments

Comments
 (0)