Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use correct config version default number (#1305 by @buhtzz)
"config.Config.CONFIG_VERSION" sets the current default version of the config files used by the latest stable BIT release is 6. This fix makes sure that this number is used by default for (empty) config files that don't specificy "config.version" by their own. In the wild, normal users should never encounter this problem except in some edge cases. But it is highly relevant for unittesting where some of tests do use empty config files.
- Loading branch information