From e1c60a49abe4787136841457cdd77c0becc218a1 Mon Sep 17 00:00:00 2001 From: zopencommunity Date: Mon, 20 Oct 2025 15:05:02 +0000 Subject: [PATCH] Update chezmoi-version to 2.66.2 from 2.62.5 --- buildenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildenv b/buildenv index da546b1..dc1e986 100644 --- a/buildenv +++ b/buildenv @@ -1,6 +1,6 @@ # Update bump details accordingly. Use bump check to confirm. # bump: chezmoi-version /CHEZMOI_VERSION="(.*)"/ https://github.com/twpayne/chezmoi.git|semver:* -CHEZMOI_VERSION="2.62.5" # Specify a stable release +CHEZMOI_VERSION="2.66.2" # Specify a stable release export ZOPEN_STABLE_TAG="v${CHEZMOI_VERSION}" ###