We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

wrong display phalcon version

Hi, When compile phalcon 0.9.1 version it still 0.9.0

echo \Phalcon\Version::get();



98.9k

Thanks, that's now fixed, however 0.9.1 is not a final/released version

Maybe it is any way to use github hooks to automate version update, or compiler should use .git folder information when compiling source? Any additional data to get(), maybe version + last commit timestamp ? I recompile 3 times a day but always the same version, even if you commit 10 times to project.

Hi, I have just installed 1.1.0 version, and probably the same problem exist. Version \Phalcon\Version::get() display 1.0.1 version.