Skip to content

Commit 4f36b5d

Browse files
committed
fix: date was wrong
1 parent c7c6e4b commit 4f36b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpmyfaq.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
/** phpMyFAQ versions + release dates */
33

44
const PHPMYFAQ_STABLE_VERSION = '4.0.9';
5-
const PHPMYFAQ_STABLE_RELEASE = '2025-07-09';
5+
const PHPMYFAQ_STABLE_RELEASE = '2025-07-06';
66
const PHPMYFAQ_DEV_VERSION = '4.1.0-alpha.2';
77
const PHPMYFAQ_DEV_RELEASE = '2025-06-01';

0 commit comments

Comments
 (0)