diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-08-16 17:45:21 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-08-16 17:45:21 +0000 |
commit | 8fbadf6853dc46aabdcc0063f4d04412f3be48a0 (patch) | |
tree | 0f5c078aa49c4e8429814b6600636d16d6611e9d /lib/chef | |
parent | 23d27cf2807a9b5d4307818ed7e7501cf44db56e (diff) | |
download | chef-8fbadf6853dc46aabdcc0063f4d04412f3be48a0.tar.gz |
Bump version of chef to 12.14.1 by Chef Versioner.v12.14.1
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 2ec9107ee3..931bace91d 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.0" + VERSION = "12.14.1" end # |