-------------------------------------------------------------------------------- -- 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"