diff --git a/haskoin-store.cabal b/haskoin-store.cabal
--- a/haskoin-store.cabal
+++ b/haskoin-store.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 02ab6486a0d06262df38a0d6555975e7de2e4fd3d9f890bb52243400d69bc546
+-- hash: 41751bd938114c60f1fd0534ea2e338bc2c69650f10bac7ca77e37e5fa330b48
 
 name:           haskoin-store
-version:        0.25.2
+version:        0.25.3
 synopsis:       Storage and index for Bitcoin and Bitcoin Cash
 description:    Store and index Bitcoin or Bitcoin Cash blocks, transactions, balances and unspent outputs.
                 All data is available via REST API in JSON or binary format.
@@ -57,7 +57,7 @@
     , hashable >=1.3.0.0
     , haskoin-core >=0.13.3
     , haskoin-node >=0.13.0
-    , haskoin-store-data ==0.25.2
+    , haskoin-store-data ==0.25.3
     , hedis >=0.12.13
     , http-types >=0.12.3
     , monad-logger >=0.3.32
@@ -99,7 +99,7 @@
     , haskoin-core >=0.13.3
     , haskoin-node >=0.13.0
     , haskoin-store
-    , haskoin-store-data ==0.25.2
+    , haskoin-store-data ==0.25.3
     , monad-logger >=0.3.32
     , mtl >=2.2.2
     , nqe >=0.6.1
@@ -149,7 +149,7 @@
     , hashable >=1.3.0.0
     , haskoin-core >=0.13.3
     , haskoin-node >=0.13.0
-    , haskoin-store-data ==0.25.2
+    , haskoin-store-data ==0.25.3
     , hedis >=0.12.13
     , hspec >=2.7.1
     , http-types >=0.12.3
diff --git a/src/Haskoin/Store/Web.hs b/src/Haskoin/Store/Web.hs
--- a/src/Haskoin/Store/Web.hs
+++ b/src/Haskoin/Store/Web.hs
@@ -39,6 +39,7 @@
 import           Data.Time.Clock               (NominalDiffTime, diffUTCTime,
                                                 getCurrentTime)
 import           Data.Time.Clock.System        (getSystemTime, systemSeconds)
+import           Data.Version                  (showVersion)
 import           Data.Word                     (Word32, Word64)
 import           Database.RocksDB              (Property (..), getProperty)
 import           Haskoin                       (Address, Block (..),
@@ -964,7 +965,7 @@
             , healthSynced = sy
             , healthLastBlock = bd
             , healthLastTx = td
-            , healthVersion = show P.version
+            , healthVersion = showVersion P.version
             }
   where
     block_hash = headerHash . blockDataHeader
