diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+2023-09-07
+        * Version bump (3.16.1). (#455)
+
 2023-07-07
         * Version bump (3.16). (#448)
 
diff --git a/copilot-theorem.cabal b/copilot-theorem.cabal
--- a/copilot-theorem.cabal
+++ b/copilot-theorem.cabal
@@ -14,7 +14,7 @@
   <https://copilot-language.github.io>.
 
 
-version                   : 3.16
+version                   : 3.16.1
 license                   : BSD3
 license-file              : LICENSE
 maintainer                : Ivan Perez <ivan.perezdominguez@nasa.gov>
@@ -63,8 +63,8 @@
                           , xml                   >= 1.3 && < 1.4
                           , what4                 >= 1.3 && < 1.5
 
-                          , copilot-core          >= 3.16 && < 3.17
-                          , copilot-prettyprinter >= 3.16 && < 3.17
+                          , copilot-core          >= 3.16.1 && < 3.17
+                          , copilot-prettyprinter >= 3.16.1 && < 3.17
 
   exposed-modules         : Copilot.Theorem
                           , Copilot.Theorem.Prove
