summaryrefslogtreecommitdiff
path: root/lib
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 /lib
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 'lib')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index d28de0d45e..612e1dfbce 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.0.98")
+ VERSION = Chef::VersionString.new("15.0.99")
end
#