Hello,
I am building RedisGraph, but I am experiencing an issue where the version number that is displayed when using the “MODULE LIST” command is incorrect. Do you have any suggestions for how to build it with the correct version number? Thank you.
If you are build from master branch you’ll get this 999999 version. If you want to build an official version you should checkout the specific tag
master
999999
e.g. git checkout v2.10.5
git checkout v2.10.5
Great!, Thank you so much!