From a7733a69f8f6b7ac3c108afce36b3ab062128f76 Mon Sep 17 00:00:00 2001 From: zopencommunity Date: Wed, 11 Feb 2026 15:22:13 +0000 Subject: [PATCH] Update chezmoi-version to 2.69.4 from 2.62.5 --- buildenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildenv b/buildenv index da546b1..18303f8 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.69.4" # Specify a stable release export ZOPEN_STABLE_TAG="v${CHEZMOI_VERSION}" ###