summaryrefslogtreecommitdiff
path: root/chef-config/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 /chef-config/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 'chef-config/lib')
-rw-r--r--chef-config/lib/chef-config/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 6ba256d3b8..36b21675ff 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -21,7 +21,7 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "15.0.293".freeze
+ VERSION = "15.0.294".freeze
end
#