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

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

  end
end