From e6d0ce2cbf5be78460c09111a3ae44ee7d5fcc9c Mon Sep 17 00:00:00 2001
From: Ralf Jung <post@ralfj.de>
Date: Fri, 22 Nov 2019 09:20:38 +0100
Subject: [PATCH] 8.9.0 -> 8.9.1

---
 .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 17ec4b01..3af2f665 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -36,10 +36,10 @@ build-coq.8.10.1:
   tags:
   - fp-timing
 
-build-coq.8.9.0:
+build-coq.8.9.1:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.9.0"
+    OPAM_PINS: "coq version 8.9.1"
 
 build-iris.dev:
   <<: *template
diff --git a/README.md b/README.md
index 30907982..757e7120 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ This is the Coq development accompanying RBrlx.
 
 This version is known to compile with:
 
- - Coq 8.9.0 / 8.10.1
+ - Coq 8.9.1 / 8.10.1
  - A development version of [GPFSL].
 
 The easiest way to install the correct versions of the dependencies is through
-- 
GitLab