Skip to content

mumc_configyaml>version

terrelsa13 edited this page May 31, 2024 · 3 revisions

  • Description
version: string

Version number of MUMC the configuration file was last modified with.

  • The version number is used to:
    • Check the version of the configuration file is compatible with the version of MUMC
    • When possible, if new configuration options are added to the configuration file, the configuration file's version number is updated to match MUMC's version number
  • When the configuration file's version number is not compatible with MUMC's version number:
    • A message is printed to the console
    • The MUMC immediately exits
  • When new configuration options are added to MUMC:
    • A message is printed to the console
    • The configuration file is updated with default values for the new configuration options
    • The MUMC continues to execute normally

  • If MUMC is run without the version variable, MUMC will attempt to create a new mumc_config.yaml

Example:

version: 5.0.0
Clone this wiki locally