summaryrefslogtreecommitdiff
path: root/chef-solr/lib/chef/solr/version.rb
blob: e5a9a9105abafe1a468d9cf3d0fb6fbdf4936854 (plain)
1
2
3
4
5
6
7
8
9
10
11
class Chef
  class Solr
    VERSION = '10.24.2'

    # Solr Schema. Used to detect incompatibilities between installed solr and
    # chef-solr versions.
    SCHEMA_NAME = "chef"
    SCHEMA_VERSION = '1.3'

  end
end