Build RedisGraph and version number is 999999

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.

image

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

e.g.
git checkout v2.10.5

1 Like

Great!, Thank you so much!