summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-04-05 17:53:44 +0000
committerChef Expeditor <chef-ci@chef.io>2019-04-05 17:53:44 +0000
commit68aee212e9006f1b36b900ef83cacf6272dc2c89 (patch)
tree1c70c886410860b50cd8c39053799dc764b019ed /chef-config/lib/chef-config/version.rb
parentda8539b5a8aaa5adefdaa10adcdc41412c5d1693 (diff)
downloadchef-68aee212e9006f1b36b900ef83cacf6272dc2c89.tar.gz
Bump version to 15.0.205 by Chef Expeditorv15.0.205
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 314a090d02..322cec2ec5 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.204".freeze
+ VERSION = "15.0.205".freeze
end
#