berp-0.0.1: src/Berp/Version.hs
-----------------------------------------------------------------------------
-- |
-- Module : Berp.Version
-- Copyright : (c) 2010 Bernie Pope
-- License : BSD-style
-- Maintainer : florbitous@gmail.com
-- Stability : experimental
-- Portability : ghc
--
-- The current version of berp, exported as a Haskell string.
--
-----------------------------------------------------------------------------
module Berp.Version (version) where
version :: String
version = "0.0.1"