Start next dev iteration

This commit is contained in:
Islon Scherer
2025-02-26 18:25:26 +01:00
committed by Daniel Chao
parent cc9827f032
commit d3ba0f9e47
27 changed files with 102 additions and 45 deletions

View File

@@ -33,7 +33,7 @@ import org.pkl.core.util.Nullable;
@TruffleLanguage.Registration(
id = "pkl",
name = "Pkl",
version = "0.28.0",
version = "0.29.0-dev",
characterMimeTypes = VmLanguage.MIME_TYPE,
contextPolicy = ContextPolicy.SHARED)
public final class VmLanguage extends TruffleLanguage<VmContext> {