summaryrefslogtreecommitdiff
path: root/chef/lib/chef/version.rb
diff options
context:
space:
mode:
authorDaniel DeLeo <dan@opscode.com>2011-11-16 12:44:17 -0800
committerDaniel DeLeo <dan@opscode.com>2011-11-16 12:44:17 -0800
commit417623eed766c86bd8b2962a241f3ee5be21a9c0 (patch)
tree0ba34b8f3e8eb565f19cdfd31010dca551848ba2 /chef/lib/chef/version.rb
parenta1f6c0cbe973307a5b296beed2908d6210021076 (diff)
downloadchef-417623eed766c86bd8b2962a241f3ee5be21a9c0.tar.gz
bump version to 0.10.6 RC 1, regen docs0.10.6.rc.1
Diffstat (limited to 'chef/lib/chef/version.rb')
-rw-r--r--chef/lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef/lib/chef/version.rb b/chef/lib/chef/version.rb
index 1a00741ac7..a131a541fd 100644
--- a/chef/lib/chef/version.rb
+++ b/chef/lib/chef/version.rb
@@ -17,7 +17,7 @@
class Chef
CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__)))
- VERSION = '0.10.6.beta.3'
+ VERSION = '0.10.6.rc.1'
end
# NOTE: the Chef::Version class is defined in version_class.rb