summaryrefslogtreecommitdiff
path: root/chef-solr/lib
diff options
context:
space:
mode:
authorDaniel DeLeo <dan@opscode.com>2010-05-18 11:31:57 -0700
committerDaniel DeLeo <dan@opscode.com>2010-05-18 11:31:57 -0700
commitaa6ee486f1686afabb10d847b489950b97ffd608 (patch)
tree5dab0de9646aea582174fa69db7e1f6f44897458 /chef-solr/lib
parent1065ea111a98a4eae43650fc1430feb3327129c7 (diff)
downloadchef-aa6ee486f1686afabb10d847b489950b97ffd608.tar.gz
bump version to 0.9.0.a1 for 0.9 development
Diffstat (limited to 'chef-solr/lib')
-rw-r--r--chef-solr/lib/chef/solr.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-solr/lib/chef/solr.rb b/chef-solr/lib/chef/solr.rb
index 5ed157fcee..6a6b7a3027 100644
--- a/chef-solr/lib/chef/solr.rb
+++ b/chef-solr/lib/chef/solr.rb
@@ -34,7 +34,7 @@ require 'uri'
class Chef
class Solr
- VERSION = "0.8.17"
+ VERSION = "0.9.0.a1"
include Chef::Mixin::XMLEscape