summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-04-22 21:20:59 +0000
committerChef Versioner <chef-versioner@chef.io>2016-04-22 21:20:59 +0000
commit0b9c9aa3d9bf66398ef9dca295c52e34638f15c7 (patch)
tree85a9efcbcebb20fcc1cb190b2d0fbc278fd2f9ac /lib/chef/version.rb
parentc764dc0ae5d899b9bf8ede63cbe4a864bf9f5abc (diff)
downloadchef-0b9c9aa3d9bf66398ef9dca295c52e34638f15c7.tar.gz
Bump version of chef to 12.10.16 by Chef Versioner.v12.10.16
Diffstat (limited to 'lib/chef/version.rb')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index bde60a8bdf..b3327a4164 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -21,7 +21,7 @@
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "12.10.15"
+ VERSION = "12.10.16"
end
#