We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d09738 commit 0664397Copy full SHA for 0664397
CHANGES.txt
@@ -1,4 +1,4 @@
1
-7.0.0 (Nov 25, 2021)
+7.0.0 (Nov 23, 2021)
2
- BREAKING CHANGE: Removed support from versions older than PHP 7.3.
3
- BREAKING CHANGE: Removed SharedMemory (shmop) component for Segments.
4
- PHP 8 Compatibility: made Di methods public.
src/SplitIO/Version.php
@@ -3,5 +3,5 @@
class Version
5
{
6
- const CURRENT = '7.0.0-rc1';
+ const CURRENT = '7.0.0';
7
}
0 commit comments