Sha256: de0b96ea89ae85547cb3ea528ceac914430f3209422745f8682a1411b57ac8bd

Contents?: true

Size: 202 Bytes

Versions: 1

Compression:

Stored size: 202 Bytes

Contents

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

  # 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-3.5.0.rc1 lib/cms/version.rb