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

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

  end
end