From a213ed25e39b8f3434a5c4b9a2964b6ba7a791d8 Mon Sep 17 00:00:00 2001 From: catornot <41955154+catornot@users.noreply.github.com> Date: Sun, 9 Aug 2026 18:06:56 -0400 Subject: [PATCH] bump version correctly this time --- .github/workflows/release.yml | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c80000..6633d56 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: Release on: push: branches: - - main + - main workflow_dispatch: inputs: job: diff --git a/flake.nix b/flake.nix index 8a2a91c..347abfa 100644 --- a/flake.nix +++ b/flake.nix @@ -64,6 +64,6 @@ } ) // { - version = "1.13.11"; + version = "1.31.11"; }; }