mirror of
https://github.com/apple/pkl.git
synced 2026-03-26 19:11:12 +01:00
Prepare 0.27.0 release
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user