mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
Start next dev iteration
This commit is contained in:
committed by
Islon Scherer
parent
e12c655f5c
commit
a3cc2f0ea6
@@ -33,7 +33,7 @@ import org.pkl.parser.syntax.Module;
|
||||
@TruffleLanguage.Registration(
|
||||
id = "pkl",
|
||||
name = "Pkl",
|
||||
version = "0.29.0",
|
||||
version = "0.30.0-dev",
|
||||
characterMimeTypes = VmLanguage.MIME_TYPE,
|
||||
contextPolicy = ContextPolicy.SHARED)
|
||||
public final class VmLanguage extends TruffleLanguage<VmContext> {
|
||||
|
||||
Reference in New Issue
Block a user