summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-05 18:01:34 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-05 18:01:34 +0000
commit5efd1737e2f39b31e13ea9abf19cec6c750789d3 (patch)
treec467bc609d29208cb29096aa6f6b5ab5fb067dec /chef-config/lib/chef-config
parent8c5082e0f18781472532b61c17bc95b7cfd48a70 (diff)
downloadchef-5efd1737e2f39b31e13ea9abf19cec6c750789d3.tar.gz
Bump version to 15.0.45 by Chef Expeditorv15.0.45
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 2498ed6a5d..d8fb50b662 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.44".freeze
+ VERSION = "15.0.45".freeze
end
#