module HashAddressed.App.Version
  (
    version,
  )
  where

import Prelude (String)

version :: String
version :: String
version = String
"2"