mirror of
https://github.com/apple/pkl.git
synced 2026-04-11 03:06:55 +02:00
Start next dev iteration
This commit is contained in:
@@ -35,7 +35,7 @@ import org.pkl.core.util.Nullable;
|
||||
@TruffleLanguage.Registration(
|
||||
id = "pkl",
|
||||
name = "Pkl",
|
||||
version = "0.25.0",
|
||||
version = "0.26.0-dev",
|
||||
characterMimeTypes = VmLanguage.MIME_TYPE,
|
||||
contextPolicy = ContextPolicy.SHARED)
|
||||
public final class VmLanguage extends TruffleLanguage<VmContext> {
|
||||
|
||||
Reference in New Issue
Block a user