Start next dev iteration

This commit is contained in:
Islon Scherer
2025-07-24 19:55:42 +02:00
committed by Islon Scherer
parent e12c655f5c
commit a3cc2f0ea6
28 changed files with 83 additions and 26 deletions

View File

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