diff options
author | Daniel DeLeo <dan@opscode.com> | 2010-06-20 23:00:47 -0700 |
---|---|---|
committer | Daniel DeLeo <dan@opscode.com> | 2010-06-20 23:00:47 -0700 |
commit | a04d4e05a3eeef3738c407c9fce42d194982d23a (patch) | |
tree | 59e01147a3c075353fcd4872ebc84b464113cb3c /chef-solr | |
parent | b29c4d904d548b8b581730a82a9d571638e5daad (diff) | |
download | chef-a04d4e05a3eeef3738c407c9fce42d194982d23a.tar.gz |
bump to version 0.9.1 for development
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 59e4a5fe63..57d391bf38 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.0' + VERSION = '0.9.1' end end |