summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-20 18:20:48 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-20 18:20:48 +0000
commit8e9ea543502781d4e0f71a9d577f639c256171b1 (patch)
tree29d30bf3fa4db4d2ac3dd0669eed889a1834371e /lib/chef/version.rb
parentd03860b9fe5cb8fef8698c3bfcc0cdaa28323e70 (diff)
downloadchef-8e9ea543502781d4e0f71a9d577f639c256171b1.tar.gz
Bump version to 14.0.149 by Expeditorv14.0.149
Diffstat (limited to 'lib/chef/version.rb')
-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 d75dc6ac35..101934769b 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.148")
+ VERSION = Chef::VersionString.new("14.0.149")
end
#