Prepare 0.26.3 release

This commit is contained in:
Dan Chao
2024-08-06 09:58:31 -07:00
parent 2fb17fd283
commit 8e15556201
4 changed files with 4 additions and 4 deletions
@@ -33,7 +33,7 @@ import org.pkl.core.util.Nullable;
@TruffleLanguage.Registration(
id = "pkl",
name = "Pkl",
version = "0.26.2",
version = "0.26.3",
characterMimeTypes = VmLanguage.MIME_TYPE,
contextPolicy = ContextPolicy.SHARED)
public final class VmLanguage extends TruffleLanguage<VmContext> {