Prepare 0.27.0 release

This commit is contained in:
Dan Chao
2024-11-05 09:51:48 -08:00
committed by Daniel Chao
parent 7eedcf1e50
commit 33bffbe158
4 changed files with 8 additions and 8 deletions

View File

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