summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-06 08:23:41 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-06 08:23:41 +0000
commitaf1d8fa79d2a2233134a4fc4049845fee87f9530 (patch)
tree7f23be18fb285f6cfd2cbf4054a387367c2d0b06 /chef-config/lib/chef-config
parent1e696f97cb21bda8d8d6723ff29a4f41138fe6df (diff)
downloadchef-af1d8fa79d2a2233134a4fc4049845fee87f9530.tar.gz
Bump version to 15.0.46 by Chef Expeditorv15.0.46
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib/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 d8fb50b662..962feb9d32 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.45".freeze
+ VERSION = "15.0.46".freeze
end
#