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

@@ -17,7 +17,7 @@
/// Fundamental properties, methods, and classes for writing Pkl programs.
///
/// Members of this module are automatically available in every Pkl module.
@ModuleInfo { minPklVersion = "0.27.0" }
@ModuleInfo { minPklVersion = "0.28.0" }
module pkl.base
import "pkl:jsonnet"