Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration overhaul: add version to the configuration #656

Conversation

josecelano
Copy link
Member

Add the configuration version at the top of the TOML Index config file.

version = "2"

And change the current version to V2. V1 is the old one that was used before the configuration overhaul.

Add the configuration version at the top of the TOML Index config file.

```toml
version = "2"

```

And change the current version to V2. V1 is the old one before the
configuration overhaul.
@josecelano josecelano self-assigned this Jul 2, 2024
@josecelano josecelano added this to the v3.0.0 milestone Jul 2, 2024
@josecelano josecelano linked an issue Jul 2, 2024 that may be closed by this pull request
@josecelano
Copy link
Member Author

ACK 238340b

@josecelano josecelano requested a review from da2ce7 July 2, 2024 16:29
@josecelano josecelano merged commit bfd3f37 into torrust:develop Jul 2, 2024
11 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Configuration overhaul: add version to the configuration
1 participant