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

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

  end
end