summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-03 03:29:23 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-03 03:29:23 +0000
commit3d9c8f4cbb1226ac09c3fd88f03168ff45035695 (patch)
treebe1a46be2d011ac6bc3f5cdf9b022535d0d26a56 /lib/chef
parent754b745222e8927be4875b98b095092eec0e23f1 (diff)
downloadchef-3d9c8f4cbb1226ac09c3fd88f03168ff45035695.tar.gz
Bump version to 14.0.190 by Expeditorv14.0.190v13.1.3
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 f2c562a4fd..27d3ad2f92 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.189")
+ VERSION = Chef::VersionString.new("14.0.190")
end
#