diff --git a/gotta-go-fast.cabal b/gotta-go-fast.cabal
--- a/gotta-go-fast.cabal
+++ b/gotta-go-fast.cabal
@@ -1,5 +1,5 @@
 name:                gotta-go-fast
-version:             0.3.0.7
+version:             0.3.0.8
 synopsis:            A command line utility for practicing typing
 description:
   A command line utility for practicing typing and measuring your WPM and accuracy. See the project <https://github.com/callum-oakley/gotta-go-fast/blob/master/README.md README> for details.
diff --git a/src/Main.hs b/src/Main.hs
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -80,7 +80,7 @@
         help "The width at which to wrap lines (default: 80)"
     , files = def &= args &= typ "FILES"
     } &=
-  summary "Gotta Go Fast 0.3.0.6" &=
+  summary "Gotta Go Fast 0.3.0.8" &=
   help "Practice typing and measure your WPM and accuracy." &=
   program "gotta-go-fast" &=
   details (lines $(embedStringFile "details.txt"))
