Skip to content

Commit

Permalink
docs: describe mise behavior when mise version is lower than min_vers…
Browse files Browse the repository at this point in the history
…ion (#2994)
  • Loading branch information
erickguan authored Nov 28, 2024
1 parent fa2eb47 commit 8b77d2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@ my_custom_node = '20'

### Minimum mise version

Define a minimum supported version of mise for the config file. mise will ignore config files that use too new of a version.
Specify the minimum supported version of mise required for the configuration file.
If the configuration file specifies a version of mise that is higher than
the currently installed version, mise will error out.

```toml
min_version = '2024.11.1'
Expand Down

0 comments on commit 8b77d2e

Please sign in to comment.