Sha256: 0b44ac2f8163c28f9e93369b322a73794a3ed6e50b176932f67c843322cc92f6

Contents?: true

Size: 198 Bytes

Versions: 1

Compression:

Stored size: 198 Bytes

Contents

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

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