summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-10-15 16:42:38 +0000
committerChef Expeditor <expeditor@chef.io>2019-10-15 16:42:38 +0000
commitd4696566020fc36cee476d4983fc843b12d037eb (patch)
tree24f59c5f464ffe432acc74ad7615f10ef6ed8bad /chef-config
parentd599ca7431dbf7f260c2d0cca195c673bd3da1eb (diff)
downloadchef-d4696566020fc36cee476d4983fc843b12d037eb.tar.gz
Bump version to 15.4.45 by Chef Expeditorv15.4.45
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 5ee0227b9c..3cb9a9a705 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.44".freeze
+ VERSION = "15.4.45".freeze
end
#