summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-03-19 16:38:23 +0000
committerChef Expeditor <chef-ci@chef.io>2019-03-19 16:38:23 +0000
commit2dc4b039497ec0b065932b079bda0f8f40534360 (patch)
tree04c3afcffcdbd7dc4fa38344eba5383b02bac779 /lib/chef/version.rb
parentccb5c45d0c6d3aab80242f42027242f22c0f1ccb (diff)
downloadchef-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.rb2
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
#