summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-12-05 17:33:06 +0000
committerChef Expeditor <chef-ci@chef.io>2018-12-05 17:33:06 +0000
commit3be517825769f9659be9ca43586e6b5efd9dbae3 (patch)
tree89e7de06b4f731b4782cefc65ed34f5229482d76 /chef-config
parent1dbe3053549c0f73ec4eab2dd69f6f0cc731ef90 (diff)
downloadchef-3be517825769f9659be9ca43586e6b5efd9dbae3.tar.gz
Bump version to 15.0.99 by Chef Expeditorv15.0.99
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to '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 f44c3fecd3..afe7676c3a 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.98".freeze
+ VERSION = "15.0.99".freeze
end
#