summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-04-19 19:54:34 +0000
committerChef Expeditor <chef-ci@chef.io>2019-04-19 19:54:34 +0000
commitc245adc26711abe4d4bb24d37b08e8ee652d17f6 (patch)
treea917f4c486df690c03630588855408105d876371 /chef-config/lib/chef-config/version.rb
parent76ac64592cdc7a493e8ab00838faee6fc5139dc2 (diff)
downloadchef-c245adc26711abe4d4bb24d37b08e8ee652d17f6.tar.gz
Bump version to 15.0.225 by Chef Expeditorv15.0.225
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib/chef-config/version.rb')
-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 99f9547ce5..f85184a71f 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.224".freeze
+ VERSION = "15.0.225".freeze
end
#