diff options
| author | Fuwn <[email protected]> | 2021-06-16 02:17:34 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-16 02:17:34 +0000 |
| commit | 14ea83eb76a0aff0750a6b4706ac14ea8dc397e0 (patch) | |
| tree | 62bf5b6ee2730891d8042edc5a35e63045751c82 /crates/whirl_config/Config.default.toml | |
| parent | chore(github): move funding information (diff) | |
| download | whirl-14ea83eb76a0aff0750a6b4706ac14ea8dc397e0.tar.xz whirl-14ea83eb76a0aff0750a6b4706ac14ea8dc397e0.zip | |
feat(config): create `version` key
At the moment, the `version` key is never accessed, but once Whirl's "`1.0`" release is out, the
configuration schema will need to be standardized, the `version` key will regulate that and also
ensure no one is left behind when updating.
BREAKING CHANGE: `version` key is created
Diffstat (limited to 'crates/whirl_config/Config.default.toml')
| -rw-r--r-- | crates/whirl_config/Config.default.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/whirl_config/Config.default.toml b/crates/whirl_config/Config.default.toml index aa2d684..3bf6fa0 100644 --- a/crates/whirl_config/Config.default.toml +++ b/crates/whirl_config/Config.default.toml @@ -1,5 +1,7 @@ # See more keys and their definitions at https://whirlsplash.org/docs/whirl/configuration +version = "0.1.0" + [whirlsplash] worldsmaster_username = "WORLDSMASTER" ip = "0.0.0.0" |