summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-01-29 19:30:34 +0000
committerChef Expeditor <chef-ci@chef.io>2019-01-29 19:30:34 +0000
commit3aea13eba1912dd8a9a289f3807ed8d9ca2de6a6 (patch)
treefbf8437b13999853a25bdaf92de78b4870ca6100 /lib
parent04670a87ba274382a8d6be30f32dfbb9a037570b (diff)
downloadchef-3aea13eba1912dd8a9a289f3807ed8d9ca2de6a6.tar.gz
Bump version to 15.0.149 by Chef Expeditorv15.0.149
Obvious fix; these changes are the result of automation not creative thinking.
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 0488982802..3ad4451593 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("15.0.148")
+ VERSION = Chef::VersionString.new("15.0.149")
end
#