{-| Module : Werewolf.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 Werewolf.Version ( -- * Version -- | The binary version. version, ) where import Paths_werewolf (version)