summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2013-10-30 14:17:40 -0700
committersersut <serdar@opscode.com>2013-10-30 14:44:57 -0700
commit96deaea0ae7bccdfe742e27ec51c4a51e8d47374 (patch)
tree298f58b4dd5297a9c145a837fee558554830224d
parent21b74b728075e80120105dcf7dcdf78956e52d3d (diff)
downloadchef-deep-merge-array.tar.gz
Bump the version number to 10.28.4.rc.0.10.28.4.rc.0deep-merge-array
-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