change version to 0.28.0

This commit is contained in:
Islon Scherer
2025-02-26 17:09:14 +01:00
parent cf889246fd
commit 52c2b29a04
4 changed files with 7 additions and 7 deletions

View File

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