diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-03-19 16:38:23 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-03-19 16:38:23 +0000 |
commit | 2dc4b039497ec0b065932b079bda0f8f40534360 (patch) | |
tree | 04c3afcffcdbd7dc4fa38344eba5383b02bac779 /lib/chef/version.rb | |
parent | ccb5c45d0c6d3aab80242f42027242f22c0f1ccb (diff) | |
download | chef-2dc4b039497ec0b065932b079bda0f8f40534360.tar.gz |
Bump version to 15.0.193 by Chef Expeditorv15.0.193
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 9d75438403..867ccb1f6d 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("15.0.192") + VERSION = Chef::VersionString.new("15.0.193") end # |