summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-02-05 23:25:25 +0000
committerChef Expeditor <chef-ci@chef.io>2019-02-05 23:25:25 +0000
commit7d8c3ba4b8aac21f7049ceed5a014e4cb556a6a4 (patch)
tree37c2afb71fb16e3e27f53c47ee228b5a7a4545d9 /chef-config
parent68008cf2c44fb983bca2f145253f3d4938126144 (diff)
downloadchef-7d8c3ba4b8aac21f7049ceed5a014e4cb556a6a4.tar.gz
Bump version to 15.0.154 by Chef Expeditorv15.0.154
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 4366901d5e..d80a5d2972 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.153".freeze
+ VERSION = "15.0.154".freeze
end
#