From a7c75f853805fb0ec7118d1993384866d43af92b Mon Sep 17 00:00:00 2001 From: Nathan Chancellor Date: Mon, 20 Jan 2025 12:22:02 -0700 Subject: [PATCH] fish: variables: Add 6.13 to CBL_STABLE_VERSIONS Signed-off-by: Nathan Chancellor --- fish/conf.d/variables.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/fish/conf.d/variables.fish b/fish/conf.d/variables.fish index e6b0c2d0..82b90d70 100644 --- a/fish/conf.d/variables.fish +++ b/fish/conf.d/variables.fish @@ -177,6 +177,7 @@ set -gx BAT_PAGER_OPTS \ # Versions of stable that I build locally set -gx CBL_STABLE_VERSIONS \ + 6.13 \ 6.12 \ 6.6 \ 6.1 \