Prepare 0.26.0 release

This commit is contained in:
Philip K.F. Hölzenspies
2024-06-17 18:00:06 +01:00
committed by Philip K.F. Hölzenspies
parent 570c2085b3
commit 4a27ac5bda
3 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.0-dev",
version = "0.26.0",
characterMimeTypes = VmLanguage.MIME_TYPE,
contextPolicy = ContextPolicy.SHARED)
public final class VmLanguage extends TruffleLanguage<VmContext> {