Hi, I propose to add a version number to the littlefs lib, for future improvements and new versions. What about: ``` #define LFS_VERSION 20180119 int lfs_get_version(void){ return LFS_VERSION; } ``` It will be easier to follow features and issues