Prepare 0.26.1 release

This commit is contained in:
Dan Chao
2024-06-28 09:28:36 -07:00
parent 6c97b09c29
commit 57df7995fd
23 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
//===----------------------------------------------------------------------===//
/// Information about the Pkl release that the current program runs on.
@ModuleInfo { minPklVersion = "0.26.0" }
@ModuleInfo { minPklVersion = "0.26.1" }
module pkl.release
import "pkl:semver"