Skip to content

Commit 1f2b1b4

Browse files
Updated the hard-coded version to 1.0.1
1 parent 4b6e7d6 commit 1f2b1b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PHP.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public static function frameworkDir() {
106106
*/
107107
public static function simpUtilsVersion(): Version|string {
108108
$class = static::redef(Version::class);
109-
return new $class('1.0.0', 'SimpUtils');
109+
return new $class('1.0.1', 'SimpUtils');
110110
}
111111

112112
/**

0 commit comments

Comments
 (0)