Returns the current version of the Fusion application.
# Get the value of the property.propertyValue = application_var.version
#include <Core/Application/Application.h>// Get the value of the property.string propertyValue = application_var->version();