summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-10-17 16:57:32 +0000
committerChef Expeditor <expeditor@chef.io>2019-10-17 16:57:32 +0000
commit33dc27f56dcda80a0ee060e7e2ae4001106439b1 (patch)
treefde6297d908fce65ca61178cd921d0d10e805ce0 /chef-config
parent804cbf70a982cc376ddfdf60dd26c816a3c9975e (diff)
downloadchef-33dc27f56dcda80a0ee060e7e2ae4001106439b1.tar.gz
Bump version to 15.4.46 by Chef Expeditorv15.4.46
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 3cb9a9a705..0c81f1931b 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.4.45".freeze
+ VERSION = "15.4.46".freeze
end
#