diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+2022-09-07
+        * Version bump (3.11). (#376)
+
 2022-07-07
         * Version bump (3.10). (#356)
         * Run tests in CI. (#329)
diff --git a/copilot.cabal b/copilot.cabal
--- a/copilot.cabal
+++ b/copilot.cabal
@@ -1,5 +1,5 @@
 name:                copilot
-version:             3.10
+version:             3.11
 cabal-version:       >= 1.10
 license:             BSD3
 license-file:        LICENSE
@@ -52,11 +52,11 @@
                      , directory            >= 1.3  && < 1.4
                      , filepath             >= 1.4  && < 1.5
 
-                     , copilot-core         >= 3.10 && < 3.11
-                     , copilot-theorem      >= 3.10 && < 3.11
-                     , copilot-language     >= 3.10 && < 3.11
-                     , copilot-libraries    >= 3.10 && < 3.11
-                     , copilot-c99          >= 3.10 && < 3.11
+                     , copilot-core         >= 3.11 && < 3.12
+                     , copilot-theorem      >= 3.11 && < 3.12
+                     , copilot-language     >= 3.11 && < 3.12
+                     , copilot-libraries    >= 3.11 && < 3.12
+                     , copilot-c99          >= 3.11 && < 3.12
 
 
     exposed-modules: Language.Copilot, Language.Copilot.Main
