diff --git a/text-builder.cabal b/text-builder.cabal
--- a/text-builder.cabal
+++ b/text-builder.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.0
 name:          text-builder
-version:       0.6.7.1
+version:       0.6.7.2
 category:      Text, Builders
 synopsis:      Efficient strict text builder
 description:   Text formatting library and efficient builder library.
@@ -62,7 +62,7 @@
   other-modules:   Text.Builder.Prelude
   build-depends:
     , base >=4.11 && <5
-    , bytestring >=0.10 && <0.12
+    , bytestring >=0.10 && <0.13
     , text >=1.2 && <3
     , text-builder-dev >=0.3.4.1 && <0.4
 
