From df6355771f57d603462b684c8acd3f6d168b46f9 Mon Sep 17 00:00:00 2001 From: Satrajit Ghosh Date: Mon, 18 Mar 2024 12:36:22 -0400 Subject: [PATCH] Update auto version number --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 28a320b..6032e17 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: env: # Pin to v10.28.0, which (as of 2021-05-25) is the latest version with assets - AUTO_VERSION: v10.28.0 + AUTO_VERSION: v11.0.5 jobs: release-check: