CompilerVersion
class algokit_utils.applications.app_spec.arc56.CompilerVersion
Section titled “class algokit_utils.applications.app_spec.arc56.CompilerVersion”Represents compiler version information.
commit*hash *: str | None_ = None
Section titled “commit*hash *: str | None_ = None”The git commit hash of the compiler
major : int | None = None
Section titled “major : int | None = None”The major version number
minor : int | None = None
Section titled “minor : int | None = None”The minor version number
patch : int | None = None
Section titled “patch : int | None = None”The patch version number