Sha256: 5494b1ba82e0fa3433a5cf5bf8d9f3f0e42df5a46c35c2a0f7a3ff7b1e7f52b8

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

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