summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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