Skip to content

Commit 3458636

Browse files
committed
Add a version constant
1 parent 4145342 commit 3458636

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Collection.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
/* }}} */
1111

1212
class Collection {
13+
const VERSION = "0.1.0";
14+
1315
/* {{{ consts & vars */
1416
const QUERY_FLAG_TAILABLE_CURSOR = 0x02;
1517
const QUERY_FLAG_SLAVE_OKAY = 0x04;

0 commit comments

Comments
 (0)