From e52255ba638890897549151d88557d8d2bc26cc9 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Wed, 30 Nov 2022 09:18:13 +0100
Subject: [PATCH] bump CI to Coq 8.16.1

---
 .gitlab-ci.yml | 8 ++++----
 README.md      | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 34e98e4cb..fcf8bfc49 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -42,10 +42,10 @@ variables:
 
 ## Build jobs
 
-build-coq.8.16.0:
+build-coq.8.16.1:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.16.0"
+    OPAM_PINS: "coq version 8.16.1"
     DENY_WARNINGS: "1"
     MANGLE_NAMES: "1"
     OPAM_PKG: "1"
@@ -55,11 +55,11 @@ build-coq.8.16.0:
   - fp-timing
   interruptible: false
 
-build-coq.8.16.0-mr:
+build-coq.8.16.1-mr:
   <<: *template
   <<: *only_mr
   variables:
-    OPAM_PINS: "coq version 8.16.0"
+    OPAM_PINS: "coq version 8.16.1"
     DENY_WARNINGS: "1"
     MANGLE_NAMES: "1"
 
diff --git a/README.md b/README.md
index a963227c6..68fb07fc4 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ Importing Iris has some side effects as the library sets some global options.
 
 This version is known to compile with:
 
- - Coq 8.13.2 / 8.14.1 / 8.15.2 / 8.16.0
+ - Coq 8.13.2 / 8.14.1 / 8.15.2 / 8.16.1
  - A development version of [std++](https://gitlab.mpi-sws.org/iris/stdpp)
 
 If you need to work with older versions of Coq, you can check out the
-- 
GitLab