summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-04-30 16:25:28 +0000
committerChef Expeditor <chef-ci@chef.io>2019-04-30 16:25:28 +0000
commit23dddb873c10c96fc733e15dd31c1775dafe86da (patch)
treeffb89c23c5a43335a2af8c0b693742bc84be8022 /chef-config/lib/chef-config/version.rb
parent04909f1f62b6112c6a2179642a433c9e139cbd6a (diff)
downloadchef-23dddb873c10c96fc733e15dd31c1775dafe86da.tar.gz
Bump version to 15.0.244 by Chef Expeditorv15.0.244
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 9cb92178dd..75a3b5acbc 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.243".freeze
+ VERSION = "15.0.244".freeze
end
#