Start next dev iteration

This commit is contained in:
Dan Chao
2024-11-05 10:14:13 -08:00
committed by Daniel Chao
parent 33bffbe158
commit 44fd680e43
28 changed files with 84 additions and 26 deletions

View File

@@ -19,7 +19,7 @@
/// Every settings file must amend this module.
/// Unless CLI commands and build tool plugins are explicitly configured with a settings file,
/// they will use `~/.pkl/settings.pkl` or the defaults specified in this module.
@ModuleInfo { minPklVersion = "0.27.0" }
@ModuleInfo { minPklVersion = "0.28.0" }
module pkl.settings
import "pkl:EvaluatorSettings"