-- | Automatically generated module.
module Text.LaTeX.Guide.Auto (
  guideVersion
    ) where

import Data.Version

-- | The version of the guide. Based on the version of the package.
guideVersion :: Version
guideVersion = Version [1,3,0,1] []