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 0d3e440 commit fa58b32Copy full SHA for fa58b32
CHANGELOG
@@ -1,7 +1,7 @@
1
CHANGELOG
2
=========
3
4
-* 2.0 (2014-XX-XX)
+* 2.0.0 (2014-06-25)
5
6
* switched to a phar file as the recommended way to install Sami
7
* upgraded to Pimple 2.0
Sami/Sami.php
@@ -31,7 +31,7 @@
31
32
class Sami extends Container
33
{
34
- const VERSION = '2.0-DEV';
+ const VERSION = '2.0.0';
35
36
public function __construct($iterator = null, array $config = array())
37
0 commit comments