summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-20 15:00:28 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-20 15:00:28 +0000
commit86e41ad629eb64a679ccbabae502392baa689b33 (patch)
tree5bde92a7cdcc4c10532044522d9921ce58ebfc3f /lib/chef
parent5cd2228ddab8050f7c6dc30b9740db7a3897952f (diff)
downloadchef-86e41ad629eb64a679ccbabae502392baa689b33.tar.gz
Bump version to 14.0.145 by Expeditorv14.0.145
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 4c1379c1d6..f6acf16a23 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.144")
+ VERSION = Chef::VersionString.new("14.0.145")
end
#