summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-20 16:12:06 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-20 16:12:06 +0000
commit51c59ecb887e9122aa849d8153b9984df74b2b09 (patch)
tree14c2af611b62c7f88ab0c40861926e7a6285ccdb /lib/chef
parentf6d02cb09b32bfd99d3a3b3ba2955a609bb5c209 (diff)
downloadchef-51c59ecb887e9122aa849d8153b9984df74b2b09.tar.gz
Bump version to 14.0.146 by Expeditorv14.0.146
Diffstat (limited to 'lib/chef')
-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 f6acf16a23..eabdf91d55 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("14.0.145")
+ VERSION = Chef::VersionString.new("14.0.146")
end
#