diff options
author | Daniel DeLeo <dan@opscode.com> | 2010-07-02 17:28:03 -0700 |
---|---|---|
committer | Daniel DeLeo <dan@opscode.com> | 2010-07-02 17:28:03 -0700 |
commit | 67c0a8ee94ac4afb55cc2c75390041605e5af320 (patch) | |
tree | 7a6a0eff7a3ab7636e13b749120bb79d98bedf0f /chef-solr | |
parent | c5bc9380eb4fda0fc271a035f1093de3782ef25b (diff) | |
download | chef-67c0a8ee94ac4afb55cc2c75390041605e5af320.tar.gz |
bump to development version 0.9.7
Diffstat (limited to 'chef-solr')
-rw-r--r-- | chef-solr/lib/chef/solr/version.rb | 2 |
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 |