From 96deaea0ae7bccdfe742e27ec51c4a51e8d47374 Mon Sep 17 00:00:00 2001 From: sersut Date: Wed, 30 Oct 2013 14:17:40 -0700 Subject: Bump the version number to 10.28.4.rc.0. --- chef/lib/chef/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chef/lib/chef/version.rb b/chef/lib/chef/version.rb index d9e86ed454..8a189af48b 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.28.2' + VERSION = '10.28.4.rc.0' end # NOTE: the Chef::Version class is defined in version_class.rb -- cgit v1.2.1