summaryrefslogtreecommitdiff
path: root/chef/lib/chef/version.rb
diff options
context:
space:
mode:
authorBryan McLellan <btm@opscode.com>2012-09-06 14:13:08 -0700
committerBryan McLellan <btm@opscode.com>2012-09-06 14:13:08 -0700
commit88544b9ee34963340f222ff9170836bcd8f3c656 (patch)
treef3443f4d8a0420e602a7921724d714511045e990 /chef/lib/chef/version.rb
parentf777857ba225bfadd57fed74aae1427d34db7094 (diff)
downloadchef-88544b9ee34963340f222ff9170836bcd8f3c656.tar.gz
Release 10.14.0.rc.410.14.0.rc.4
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 e7b06f2202..9bf6248cd8 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 = '10.14.0.rc.3'
+ VERSION = '10.14.0.rc.4'
end
# NOTE: the Chef::Version class is defined in version_class.rb