diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-04-12 20:54:01 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-04-12 20:54:01 +0000 |
commit | 84657b2e7ef92ac81d98e265db4305dfb6b5aab3 (patch) | |
tree | c1f54a89c9f3cbd0adc08eade3c506fcb8d8bd40 /lib/chef | |
parent | ce3063d31f65060c6b773b88410195e2315a49e5 (diff) | |
download | chef-84657b2e7ef92ac81d98e265db4305dfb6b5aab3.tar.gz |
Bump version to 14.0.197 by Expeditorv14.0.197
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 84726733d5..0cadb7d9df 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -23,7 +23,7 @@ require "chef/version_string" class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = Chef::VersionString.new("14.0.196") + VERSION = Chef::VersionString.new("14.0.197") end # |