{-|
Module      : Git.Fmt.Version
Description : Haskell constant of the binary version.

Copyright   : (c) Henry J. Wylde, 2015
License     : BSD3
Maintainer  : public@hjwylde.com

Haskell constant of the binary version.
-}

module Git.Fmt.Version (
    -- * Version
    -- | The binary version.
    version,
) where

import Paths_git_fmt (version)