Prepare 0.31.0 release

This commit is contained in:
Islon Scherer
2026-02-26 18:13:41 +01:00
committed by Jen Basch
parent 4cf2a1b42c
commit 4d35f18309
4 changed files with 7 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ import org.pkl.parser.syntax.Module;
@TruffleLanguage.Registration(
id = "pkl",
name = "Pkl",
version = "0.31.0-dev",
version = "0.31.0",
characterMimeTypes = VmLanguage.MIME_TYPE,
contextPolicy = ContextPolicy.SHARED)
@ProvidedTags(PklTags.Expression.class)