Prepare 0.26.2 release

This commit is contained in:
Dan Chao
2024-07-18 09:13:58 -07:00
parent 0eab5fb552
commit d097341abd
4 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ import org.pkl.core.util.Nullable;
@TruffleLanguage.Registration(
id = "pkl",
name = "Pkl",
version = "0.26.1",
version = "0.26.2",
characterMimeTypes = VmLanguage.MIME_TYPE,
contextPolicy = ContextPolicy.SHARED)
public final class VmLanguage extends TruffleLanguage<VmContext> {