Skip to content

Commit

Permalink
Add a version constant
Browse files Browse the repository at this point in the history
  • Loading branch information
bjori committed Dec 12, 2014
1 parent 4145342 commit 3458636
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
/* }}} */

class Collection {
const VERSION = "0.1.0";

/* {{{ consts & vars */
const QUERY_FLAG_TAILABLE_CURSOR = 0x02;
const QUERY_FLAG_SLAVE_OKAY = 0x04;
Expand Down

0 comments on commit 3458636

Please sign in to comment.