summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-01 20:08:48 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-01 20:08:48 +0000
commitca1c325a5fd06972d9f041425b658acf6f7aa572 (patch)
tree1c4c15384b116ef79aaba1344553304fccf425da /chef-config/lib/chef-config
parentb72cda620d1b3aac7081771dcb60e2213e48764a (diff)
downloadchef-ca1c325a5fd06972d9f041425b658acf6f7aa572.tar.gz
Bump version to 15.0.26 by Chef Expeditorv15.0.26
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 96e1258177..d9091c5ded 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.25".freeze
+ VERSION = "15.0.26".freeze
end
#