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 351ca71 commit 0542929Copy full SHA for 0542929
CHANGELOG.md
@@ -1,7 +1,7 @@
1
ChangeLog
2
=========
3
4
-2.0.0 (????-??-??)
+2.0.0 (2016-11-15)
5
------------------
6
7
* Now requires PHP 7.
lib/Version.php
@@ -14,6 +14,6 @@ class Version {
14
/**
15
* Full version number
16
*/
17
- const VERSION = '1.5.0';
+ const VERSION = '2.0.0';
18
19
}
0 commit comments