Prepare 0.27.1 release (#839)

This commit is contained in:
Philip K.F. Hölzenspies
2024-12-06 14:23:25 +00:00
committed by GitHub
parent 15d85b0660
commit 48a710f439
5 changed files with 7 additions and 7 deletions

View File

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