Prepare 0.25.3 release

This commit is contained in:
Dan Chao
2024-03-26 08:46:40 -07:00
parent 4ae98b4bf6
commit 91820100f7
23 changed files with 23 additions and 23 deletions
@@ -35,7 +35,7 @@ import org.pkl.core.util.Nullable;
@TruffleLanguage.Registration(
id = "pkl",
name = "Pkl",
version = "0.25.2",
version = "0.25.3",
characterMimeTypes = VmLanguage.MIME_TYPE,
contextPolicy = ContextPolicy.SHARED)
public final class VmLanguage extends TruffleLanguage<VmContext> {