summaryrefslogtreecommitdiff
path: root/chef
diff options
context:
space:
mode:
authorBryan McLellan <btm@opscode.com>2012-10-26 00:15:20 -0700
committerBryan McLellan <btm@opscode.com>2012-10-26 00:15:20 -0700
commit6668c614b3762ded59595241f4719dbec98eaa1f (patch)
tree8a89559b000adb1104aac8ff1a9752d3b095d862 /chef
parentbd9cedebd584356b13220efc556f014faa2375ec (diff)
downloadchef-6668c614b3762ded59595241f4719dbec98eaa1f.tar.gz
Release 10.16.210.16.2
Diffstat (limited to 'chef')
-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 b35984697d..7eba15003b 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.16.1'
+ VERSION = '10.16.2'
end
# NOTE: the Chef::Version class is defined in version_class.rb