From 648ba672e3b4e3f1c4ca821136f869e1f83b6603 Mon Sep 17 00:00:00 2001 From: LGUG2Z Date: Sun, 7 Apr 2024 14:26:27 -0700 Subject: [PATCH] docs(config): update schema version in docstring --- komorebi/src/static_config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/komorebi/src/static_config.rs b/komorebi/src/static_config.rs index 2b8d1116..9e64ab58 100644 --- a/komorebi/src/static_config.rs +++ b/komorebi/src/static_config.rs @@ -231,7 +231,7 @@ impl From<&Monitor> for MonitorConfig { } #[derive(Debug, Serialize, Deserialize, JsonSchema)] -/// The `komorebi.json` static configuration file reference for `v0.1.20` +/// The `komorebi.json` static configuration file reference for `v0.1.24` pub struct StaticConfig { /// DEPRECATED from v0.1.22: no longer required #[serde(skip_serializing_if = "Option::is_none")]