Prepare 0.25.0 release

This commit is contained in:
Dan Chao
2024-02-01 09:04:12 -08:00
parent ecad035dca
commit 3f4932fcb6
4 changed files with 5 additions and 5 deletions

View File

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