Prepare 0.25.2 release

This commit is contained in:
Dan Chao
2024-02-08 15:23:52 -08:00
parent c60db2a450
commit c1a9e9e12f
23 changed files with 24 additions and 24 deletions

View File

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