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

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

  end
end