From dea107293fc0056d273bc1c236afc9d906c6c7d8 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Thu, 22 Apr 2021 09:58:08 +0200
Subject: [PATCH] bump Coq version we test to 8.13.2

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 38e2540db..be0555300 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,10 +33,10 @@ build-coq.dev:
     OPAM_PINS: "coq version dev"
     MANGLE_NAMES: "1"
 
-build-coq.8.13.1:
+build-coq.8.13.2:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.13.1"
+    OPAM_PINS: "coq version 8.13.2"
     DENY_WARNINGS: "1"
     OPAM_PKG: "1"
     DOC_DIR: "coqdoc@center.mpi-sws.org:iris"
diff --git a/README.md b/README.md
index 7808c83db..ac81a738b 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.12.2 / 8.13.1
+ - Coq 8.12.2 / 8.13.2
  - A development version of [std++](https://gitlab.mpi-sws.org/iris/stdpp)
 
 If you need to work with Coq 8.9 or Coq 8.10, you can use the
-- 
GitLab