summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-01-16 23:53:27 +0000
committerChef Expeditor <chef-ci@chef.io>2019-01-16 23:53:27 +0000
commit120545081f48d7d96aea8c2a5b70f01e5b9d4bcd (patch)
tree9717d3937fc6d7e3ef3688826e23d5b8fa6c2933 /chef-config
parent28a0dfcd332cffebdf92f897dfe3729ec482a0d5 (diff)
downloadchef-120545081f48d7d96aea8c2a5b70f01e5b9d4bcd.tar.gz
Bump version to 15.0.124 by Chef Expeditorv15.0.124
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 55384f6203..844ddacad1 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.123".freeze
+ VERSION = "15.0.124".freeze
end
#