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

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

  end
end