mirror of
https://github.com/apple/pkl.git
synced 2026-03-29 21:31:51 +02:00
Start next dev iteration
This commit is contained in:
committed by
Philip K.F. Hölzenspies
parent
4a27ac5bda
commit
0ef22a73fb
@@ -33,7 +33,7 @@ import org.pkl.core.util.Nullable;
|
||||
@TruffleLanguage.Registration(
|
||||
id = "pkl",
|
||||
name = "Pkl",
|
||||
version = "0.26.0",
|
||||
version = "0.27.0-dev",
|
||||
characterMimeTypes = VmLanguage.MIME_TYPE,
|
||||
contextPolicy = ContextPolicy.SHARED)
|
||||
public final class VmLanguage extends TruffleLanguage<VmContext> {
|
||||
|
||||
Reference in New Issue
Block a user