summaryrefslogtreecommitdiff
path: root/chef-solr
diff options
context:
space:
mode:
authorDaniel DeLeo <dan@opscode.com>2010-07-02 17:28:03 -0700
committerDaniel DeLeo <dan@opscode.com>2010-07-02 17:28:03 -0700
commit67c0a8ee94ac4afb55cc2c75390041605e5af320 (patch)
tree7a6a0eff7a3ab7636e13b749120bb79d98bedf0f /chef-solr
parentc5bc9380eb4fda0fc271a035f1093de3782ef25b (diff)
downloadchef-67c0a8ee94ac4afb55cc2c75390041605e5af320.tar.gz
bump to development version 0.9.7
Diffstat (limited to 'chef-solr')
-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 b73e5f6014..f61de488ad 100644
--- a/chef-solr/lib/chef/solr/version.rb
+++ b/chef-solr/lib/chef/solr/version.rb
@@ -1,5 +1,5 @@
class Chef
class Solr
- VERSION = '0.9.5'
+ VERSION = '0.9.7'
end
end