blob: a0837f9ed72efc4953de00330db27dd633bfde3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
class Chef
class Solr
VERSION = '10.34.2'
# Solr Schema. Used to detect incompatibilities between installed solr and
# chef-solr versions.
SCHEMA_NAME = "chef"
SCHEMA_VERSION = '1.3'
end
end
|