summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-29 18:42:27 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-29 18:42:27 +0000
commitde42134428e8fa4c2e58e9451282c4793ca9c5cc (patch)
tree694aca231319820dd983d40f247b3803e0d4c16c /chef-config
parent971629bbd421e6975bd8f05a5dfcfa0b7724e7f2 (diff)
downloadchef-de42134428e8fa4c2e58e9451282c4793ca9c5cc.tar.gz
Bump version to 15.0.94 by Chef Expeditorv15.0.94
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config')
-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 e3ea2d41b3..83fd35a458 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.93".freeze
+ VERSION = "15.0.94".freeze
end
#