diff options
author | Daniel DeLeo <dan@opscode.com> | 2010-06-13 10:04:14 -0700 |
---|---|---|
committer | Adam Jacob <adam@opscode.com> | 2010-06-18 15:55:08 -0700 |
commit | d18e1faa9d4c1616527ea9cf9dfaa827336fe945 (patch) | |
tree | 64a2f70f3a54d134d0ec6d068fae432b0fad40b3 /chef-solr | |
parent | 8a2cdecc74c1c1af3bfcc5574134709977fd9a70 (diff) | |
download | chef-d18e1faa9d4c1616527ea9cf9dfaa827336fe945.tar.gz |
bump to beta 2 for release
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 5fde4551ca..01d4e9f3b5 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.b01' + VERSION = '0.9.0.b02' end end |