summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-10-15 16:12:03 +0000
committerChef Expeditor <expeditor@chef.io>2019-10-15 16:12:03 +0000
commite1201548cc0e42207a773b99133b1a0ce8d5424a (patch)
tree669a3e3212047b7b1ea4249bdd085d0753c5bdac /chef-config
parentc40da3e1689050ec7317e9d46b00bb3291a283cd (diff)
downloadchef-e1201548cc0e42207a773b99133b1a0ce8d5424a.tar.gz
Bump version to 15.4.43 by Chef Expeditorv15.4.43
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 24d6df0200..0ad414080f 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.42".freeze
+ VERSION = "15.4.43".freeze
end
#