summaryrefslogtreecommitdiff
path: root/chef-solr/lib/chef/solr/version.rb
diff options
context:
space:
mode:
Diffstat (limited to 'chef-solr/lib/chef/solr/version.rb')
-rw-r--r--chef-solr/lib/chef/solr/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-solr/lib/chef/solr/version.rb b/chef-solr/lib/chef/solr/version.rb
index 0b33304a34..51d1cd752d 100644
--- a/chef-solr/lib/chef/solr/version.rb
+++ b/chef-solr/lib/chef/solr/version.rb
@@ -5,7 +5,7 @@ class Chef
# Solr Schema. Used to detect incompatibilities between installed solr and
# chef-solr versions.
SCHEMA_NAME = "chef"
- SCHEMA_VERSION = '1.2'
+ SCHEMA_VERSION = '1.3'
end
end