Prepare 0.30.0 release

This commit is contained in:
Dan Chao
2025-11-03 09:58:12 -08:00
committed by Daniel Chao
parent 5c944600fa
commit 7f231cd916
4 changed files with 7 additions and 7 deletions

View File

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