mirror of
https://github.com/apple/pkl.git
synced 2026-04-14 12:39:44 +02:00
Prepare 0.27.1 release (#839)
This commit is contained in:
committed by
GitHub
parent
15d85b0660
commit
48a710f439
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user