Docs ⟩ Plugin ⟩ App ⟩ App version major
# In Raxon template files
{{app.version.major()}}
# in Php files
<?php
use Plugin/App_version_major;
app_version_major();
2024
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.
In this case the major (release year) will be shown.