summaryrefslogtreecommitdiff
path: root/chef-solr
diff options
context:
space:
mode:
authorDaniel DeLeo <dan@opscode.com>2010-06-08 15:59:52 -0700
committerDaniel DeLeo <dan@opscode.com>2010-06-08 15:59:52 -0700
commitff64e69e5b77478e3a9b452834f88d5790797369 (patch)
tree0b5d77ef206219d52d82a40a4db75c2579db0360 /chef-solr
parent07a35b36222fd5d97da342ca2d2b502fff13e411 (diff)
downloadchef-ff64e69e5b77478e3a9b452834f88d5790797369.tar.gz
bump version to 0.9.0.a91 for next alpha gem release
Diffstat (limited to 'chef-solr')
-rw-r--r--chef-solr/lib/chef/solr/version.rb2
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 f4c2b9f84b..8da3bfa0a1 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.a90'
+ VERSION = '0.9.0.a91'
end
end