diff --git a/app/Mallard.hs b/app/Mallard.hs
--- a/app/Mallard.hs
+++ b/app/Mallard.hs
@@ -65,7 +65,7 @@
         opts = info (appOptionsParser <**> helper)
             ( fullDesc
             <> progDesc "Apply migrations to a database server."
-            <> header "migrator - applies PSQL database migrations." )
+            <> header "mallard - applies SQL database migrations." )
 
 parseRelOrAbsDir :: (MonadThrow m, MonadCatch m, MonadIO m) => FilePath -> m (Path Abs Dir)
 parseRelOrAbsDir file = parseAbsDir file `catch` (\(_::PathParseException) -> makeAbsolute =<< parseRelDir file)
diff --git a/mallard.cabal b/mallard.cabal
--- a/mallard.cabal
+++ b/mallard.cabal
@@ -1,5 +1,5 @@
 name:               mallard
-version:            0.6.0.2
+version:            0.6.0.3
 synopsis:           Database migration and testing as a library.
 description:        Please see README.md
 homepage:           https://github.com/AndrewRademacher/mallard
