summaryrefslogtreecommitdiff
path: root/chef-solr/lib/chef/solr/version.rb
blob: 03bc7e7358fa269a6094a52bf42b4d3b5cda4b24 (plain)
1
2
3
4
5
6
7
8
9
10
11
class Chef
  class Solr
    VERSION = '10.18.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