Docs ⟩ Plugin ⟩ App ⟩ App version
# In raxon template files
{{app.version()}}
# In php traits
<?php
use Plugin;
trait Example{
use Plugin\App_Version;
public function example_run(){
echo $this->app_version();
}
}
2024.04.6940
Every new build of the framework gets a new version.
The version exist of the release year, the release month and the release commit number.