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

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

  end
end