summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-11-08 18:47:14 +0000
committerChef Versioner <chef-versioner@chef.io>2016-11-08 18:47:14 +0000
commit975d1e68ddf8fd4103e79aa0b8d08aef9560deee (patch)
tree94db0de11975d289a95f2655a3297f25647039b3 /lib
parent8b71d8d8b5358d7c85a466c1f32d6f268e823df0 (diff)
downloadchef-975d1e68ddf8fd4103e79aa0b8d08aef9560deee.tar.gz
Bump version of chef to 12.16.54 by Chef Versioner.v12.16.54
Diffstat (limited to 'lib')
-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 8d145d7e25..8d1edca240 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.16.53"
+ VERSION = "12.16.54"
end
#