summaryrefslogtreecommitdiff
path: root/chef/lib/chef/version.rb
diff options
context:
space:
mode:
authorDaniel DeLeo <dan@opscode.com>2011-11-10 09:28:28 -0800
committerDaniel DeLeo <dan@opscode.com>2011-11-10 09:28:28 -0800
commit216c277cbdc81061ba014c44280e5fc1908ed09a (patch)
tree601324a1126bcbe642dd67a89cac2709080c8142 /chef/lib/chef/version.rb
parentf0332755f41adf466624670c1d880441d82dbcf3 (diff)
downloadchef-216c277cbdc81061ba014c44280e5fc1908ed09a.tar.gz
bump version to 0.10.6 beta 30.10.6.beta.3
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 5a394e91bf..1a00741ac7 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.2'
+ VERSION = '0.10.6.beta.3'
end
# NOTE: the Chef::Version class is defined in version_class.rb