diff --git a/src/Collection.php b/src/Collection.php index 5381ecbc3..b55d1c5b1 100644 --- a/src/Collection.php +++ b/src/Collection.php @@ -18,8 +18,6 @@ class Collection { - const VERSION = "0.1.0"; - /* {{{ consts & vars */ const QUERY_FLAG_TAILABLE_CURSOR = 0x02; const QUERY_FLAG_SLAVE_OKAY = 0x04;