git-fmt-0.1.0.0: src/Git/Fmt/Version.hs
{-|
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)