diff options
author | Daniel DeLeo <dan@opscode.com> | 2010-06-11 16:43:24 -0700 |
---|---|---|
committer | Daniel DeLeo <dan@opscode.com> | 2010-06-11 16:43:24 -0700 |
commit | 663bb50aea692fdef816312702a949818c03098e (patch) | |
tree | ac1c3804492c91d4ae6929e88016b10e6850c40d /chef-solr | |
parent | 1a2d592cf5940f18845b6e408b675a8645fad573 (diff) | |
download | chef-663bb50aea692fdef816312702a949818c03098e.tar.gz |
bump to alpha 92 for gem prerelease
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 8da3bfa0a1..de0bd40f74 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.a91' + VERSION = '0.9.0.a92' end end |