summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-01 00:20:25 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-01 00:20:25 +0000
commit024e3c261da7159562e9c3712fb1b533297c7610 (patch)
tree6706f53ea913fc9a6baf2662438b8b8226ef7480 /chef-config/lib/chef-config/version.rb
parent58bcea78cb99d5f0ec1abf6f4870a3c0b9b3a2db (diff)
downloadchef-024e3c261da7159562e9c3712fb1b533297c7610.tar.gz
Bump version to 15.0.247 by Chef Expeditorv15.0.247
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 ae6fb9ef8e..613891b311 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.246".freeze
+ VERSION = "15.0.247".freeze
end
#