Skip to content

Commit

Permalink
Prepare 0.26.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
holzensp committed Jun 17, 2024
1 parent 570c208 commit 309fb49
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: main
title: Main Project
version: 0.26.0-dev
prerelease: true
version: 0.26.0
prerelease: false
nav:
- nav.adoc
2 changes: 1 addition & 1 deletion docs/modules/ROOT/partials/component-attributes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:pkl-version-no-suffix: 0.26.0
// tells whether pkl version corresponding to current git commit
// is a release version (:is-release-version: '') or dev version (:!is-release-version:)
:!is-release-version:
:is-release-version: ''

// the remaining attributes do not need to be updated regularly

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
@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> {
Expand Down

0 comments on commit 309fb49

Please sign in to comment.