mirror of
https://github.com/apple/pkl.git
synced 2026-06-11 16:23:01 +02:00
Prepare 0.30.1 release
This commit is contained in:
@@ -33,7 +33,7 @@ import org.pkl.parser.syntax.Module;
|
||||
@TruffleLanguage.Registration(
|
||||
id = "pkl",
|
||||
name = "Pkl",
|
||||
version = "0.30.0",
|
||||
version = "0.30.1",
|
||||
characterMimeTypes = VmLanguage.MIME_TYPE,
|
||||
contextPolicy = ContextPolicy.SHARED)
|
||||
public final class VmLanguage extends TruffleLanguage<VmContext> {
|
||||
|
||||
Reference in New Issue
Block a user