summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-27 17:58:25 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-27 17:58:25 +0000
commitec4aa7e9e75a5e941c8a9d9414ca2a97f5a44916 (patch)
tree3b4daa1a236097eefccf13eaa3e0da5b093cd2ff /chef-config
parent1722dab78ed9e80683f0e56363e4baef1444bea8 (diff)
downloadchef-ec4aa7e9e75a5e941c8a9d9414ca2a97f5a44916.tar.gz
Bump version to 15.0.89 by Chef Expeditorv15.0.89
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 af95fb9d35..26e5cb1d92 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.88".freeze
+ VERSION = "15.0.89".freeze
end
#