Skip to content

Commit fa58b32

Browse files
committed
prepared 2.0.0
1 parent 0d3e440 commit fa58b32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGELOG
22
=========
33

4-
* 2.0 (2014-XX-XX)
4+
* 2.0.0 (2014-06-25)
55

66
* switched to a phar file as the recommended way to install Sami
77
* upgraded to Pimple 2.0

Sami/Sami.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
class Sami extends Container
3333
{
34-
const VERSION = '2.0-DEV';
34+
const VERSION = '2.0.0';
3535

3636
public function __construct($iterator = null, array $config = array())
3737
{

0 commit comments

Comments
 (0)