Skip to content

Commit ae86377

Browse files
committed
fix: corrected patch level
1 parent ff255b2 commit ae86377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpmyfaq/src/phpMyFAQ/System.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class System
4747
/**
4848
* Patch level.
4949
*/
50-
private const VERSION_PATCH_LEVEL = 1;
50+
private const VERSION_PATCH_LEVEL = 0;
5151

5252
/**
5353
* Pre-release version.

0 commit comments

Comments
 (0)