Sha256: 092a87cf4e144a0165fa2b9f8e2bab3b2715c714bc81f26bab8ddbc93a0e584b

Contents?: true

Size: 203 Bytes

Versions: 1

Compression:

Stored size: 203 Bytes

Contents

##
# Allows the precise version of BrowserCMS to be determined programatically.
#
module Cms
  VERSION = "4.0.0.beta"

  # Return the current version of the CMS.
  def self.version
    VERSION
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
browsercms-4.0.0.beta lib/cms/version.rb