summaryrefslogtreecommitdiff
path: root/chef-solr
diff options
context:
space:
mode:
Diffstat (limited to 'chef-solr')
-rw-r--r--chef-solr/VERSION2
-rw-r--r--chef-solr/lib/chef/solr.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/chef-solr/VERSION b/chef-solr/VERSION
index 7d87d9947c..ac7dffa069 100644
--- a/chef-solr/VERSION
+++ b/chef-solr/VERSION
@@ -1 +1 @@
-0.8.15
+0.8.16
diff --git a/chef-solr/lib/chef/solr.rb b/chef-solr/lib/chef/solr.rb
index ebd975cdc4..5fd5af3c3e 100644
--- a/chef-solr/lib/chef/solr.rb
+++ b/chef-solr/lib/chef/solr.rb
@@ -34,7 +34,7 @@ require 'uri'
class Chef
class Solr
- VERSION = "0.8.15"
+ VERSION = "0.8.16"
include Chef::Mixin::XMLEscape