summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-14 19:59:37 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-14 19:59:37 +0000
commitf80718e8f8ea97a9a0794a94e8e9640745524cab (patch)
tree4f385c6fb20a3d89e1d076724fb1026f4d10ca89 /lib
parent3d34cff81b255cd5de6b338fc4f7e64b4f5ae4bf (diff)
downloadchef-f80718e8f8ea97a9a0794a94e8e9640745524cab.tar.gz
Bump version to 15.0.294 by Chef Expeditorv15.0.294
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 d9e648fae9..dc7bf5e4d3 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.293")
+ VERSION = Chef::VersionString.new("15.0.294")
end
#