summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-29 15:30:56 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-29 15:30:56 +0000
commitdb68b7b821f77327d6e9f08c789166ba53a56d03 (patch)
tree98cd2d8719767696e8f34d86813217d7c2e63577 /lib
parente18fcf789dd5bcf13ac6a3a3688b3e5c40a06196 (diff)
downloadchef-db68b7b821f77327d6e9f08c789166ba53a56d03.tar.gz
Bump version to 14.0.177 by Expeditorv14.0.177
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 7e00903c4e..14b3728a02 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.176")
+ VERSION = Chef::VersionString.new("14.0.177")
end
#