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

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

  end
end