Skip to content

Commit d097341

Browse files
committed
Prepare 0.26.2 release
1 parent 0eab5fb commit d097341

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: main
22
title: Main Project
3-
version: 0.26.1
3+
version: 0.26.2
44
prerelease: false
55
nav:
66
- nav.adoc

docs/modules/ROOT/partials/component-attributes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// the following attributes must be updated immediately before a release
44

55
// pkl version corresponding to current git commit without -dev suffix or git hash
6-
:pkl-version-no-suffix: 0.26.1
6+
:pkl-version-no-suffix: 0.26.2
77
// tells whether pkl version corresponding to current git commit
88
// is a release version (:is-release-version: '') or dev version (:!is-release-version:)
99
:is-release-version: ''

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# suppress inspection "UnusedProperty" for whole file
22

33
group=org.pkl-lang
4-
version=0.26.1
4+
version=0.26.2
55

66
# google-java-format requires jdk.compiler exports
77
org.gradle.jvmargs= \

pkl-core/src/main/java/org/pkl/core/runtime/VmLanguage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
@TruffleLanguage.Registration(
3434
id = "pkl",
3535
name = "Pkl",
36-
version = "0.26.1",
36+
version = "0.26.2",
3737
characterMimeTypes = VmLanguage.MIME_TYPE,
3838
contextPolicy = ContextPolicy.SHARED)
3939
public final class VmLanguage extends TruffleLanguage<VmContext> {

0 commit comments

Comments
 (0)