diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-09-07 16:37:44 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-09-07 16:37:44 +0000 |
commit | 576712d62a7be2da97bdb486ee5b967953f8387d (patch) | |
tree | 90dce241fa969dec9d0dc8e8529afc4e960d22e2 /lib/chef | |
parent | 262c3af424bb2ea01d13950c5208261805f377c1 (diff) | |
download | chef-576712d62a7be2da97bdb486ee5b967953f8387d.tar.gz |
Bump version of chef to 12.14.54 by Chef Versioner.v12.14.54
Diffstat (limited to 'lib/chef')
-rw-r--r-- | lib/chef/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 3a1632293b..568de21609 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.14.53" + VERSION = "12.14.54" end # |