summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-16 11:53:00 -0700
committerTim Smith <tsmith@chef.io>2018-07-16 11:53:00 -0700
commite438b34b96253ffd5be53649d4b2f41f9114b790 (patch)
tree219fd2a2789d069ea01043c92df9eba5d45795ae /lib/chef/version.rb
parent8f5f1cea9116cb3e99c3d523ffb8e945406ab731 (diff)
downloadchef-e438b34b96253ffd5be53649d4b2f41f9114b790.tar.gz
Bump version to 14.4.0bump_144
It's time to start merging new features. Signed-off-by: Tim Smith <tsmith@chef.io>
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 a5cadfb4a0..2651ec78ed 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.3.46")
+ VERSION = Chef::VersionString.new("14.4.0")
end
#