summaryrefslogtreecommitdiff
path: root/chef-solr
diff options
context:
space:
mode:
authorDaniel DeLeo <dan@opscode.com>2010-07-30 17:44:19 -0700
committerDaniel DeLeo <dan@opscode.com>2010-07-30 17:44:19 -0700
commit6210dbf927a39326f553f8ee8094f9573a5ff943 (patch)
tree1d7433172a73f24d60004d309d058a7572d6e08f /chef-solr
parent9feab1c0b06e587239ac62a239a3a15e702078de (diff)
downloadchef-6210dbf927a39326f553f8ee8094f9573a5ff943.tar.gz
correct the version number0.9.8.rc.0
set it to 0.9.8.beta.rc.0 by mistake, correct version is 0.9.8.rc.0
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 262fe149bc..ad379648d9 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.8.beta.rc.0'
+ VERSION = '0.9.8.rc.0'
end
end