summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-04-30 22:31:51 +0000
committerChef Expeditor <chef-ci@chef.io>2019-04-30 22:31:51 +0000
commitdf1a3db1deff96233756f1b2f80f48ae477881d2 (patch)
tree33cd3477741513fe604326b767c998bdfeb72d91 /lib
parent1cc8e4c95ac46db26904d4f372c8f892303cc214 (diff)
downloadchef-df1a3db1deff96233756f1b2f80f48ae477881d2.tar.gz
Bump version to 15.0.246 by Chef Expeditorv15.0.246
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 e928e41695..5bea0d6f04 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.245")
+ VERSION = Chef::VersionString.new("15.0.246")
end
#