copilot-core-0.2: src/Copilot/Core/Version.hs
-------------------------------------------------------------------------------- -- Copyright © 2011 National Institute of Aerospace / Galois, Inc. -------------------------------------------------------------------------------- module Copilot.Core.Version (version) where -- | The current version of Copilot Core. version :: String version = "0.1"