summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-13 22:47:27 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-13 22:47:27 +0000
commita6e376ba2a7bc084f5a804560dcfe8501ca5c2ac (patch)
tree76a12ce084c60a5c4b36ada629a3fb108381c155 /lib
parentc28bcea957446e3049e325d1f033d1e1a76ae43a (diff)
downloadchef-a6e376ba2a7bc084f5a804560dcfe8501ca5c2ac.tar.gz
Bump version to 15.0.293 by Chef Expeditorv15.0.293
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 82599adbcd..d9e648fae9 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.0.292")
+ VERSION = Chef::VersionString.new("15.0.293")
end
#