Commit 3458636e authored by Hannes Magnusson's avatar Hannes Magnusson

Add a version constant

parent 41453429
......@@ -10,6 +10,8 @@ use MongoDB\WriteBatch;
/* }}} */
class Collection {
const VERSION = "0.1.0";
/* {{{ consts & vars */
const QUERY_FLAG_TAILABLE_CURSOR = 0x02;
const QUERY_FLAG_SLAVE_OKAY = 0x04;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment