diff --git a/aip.cabal b/aip.cabal
--- a/aip.cabal
+++ b/aip.cabal
@@ -1,5 +1,5 @@
 name:               aip
-version:            0.1.2
+version:            0.1.3
 license:            BSD3
 license-file:       LICENCE
 author:             Queensland Functional Programming Lab <oᴉ˙ldɟb@llǝʞsɐɥ>
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+0.1.3
+
+* Fix version reporting.
+
 0.1.2
 
 * Fix bug where DAH was left out of href downloads.
diff --git a/src/Data/Aviation/Aip/RunAipRecords.hs b/src/Data/Aviation/Aip/RunAipRecords.hs
--- a/src/Data/Aviation/Aip/RunAipRecords.hs
+++ b/src/Data/Aviation/Aip/RunAipRecords.hs
@@ -63,7 +63,7 @@
         execParser
           (info (parserAipOptions <**> helper) (
             fullDesc <>
-            header "aip 0.1.1 <http://www.airservicesaustralia.com/aip/aip.asp>"
+            header "aip 0.1.3 <http://www.airservicesaustralia.com/aip/aip.asp>"
           )
         )
   in  do  opts <- p
