From 1c25cd2a929a0e39f24156a9abf0cd45cedb68d7 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Fri, 17 Sep 2021 19:05:08 -0400
Subject: [PATCH] Spell the desired version correctly

---
 .circleci/config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 77a26aa..f99460b 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -219,7 +219,7 @@ workflows:
           parameters:
             tahoe-version:
             - "1.14.0"
-            - "1.16.0-rc0"
+            - "1.16.0rc1"
 
     - "macos-tests":
         matrix:
-- 
GitLab